improves styles and texts of share proposal view
This commit is contained in:
@@ -806,7 +806,7 @@ form {
|
||||
}
|
||||
}
|
||||
|
||||
[type]:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]) {
|
||||
[type]:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]):not(.close-button) {
|
||||
background: #f8f8f8;
|
||||
height: $line-height * 2;
|
||||
margin-bottom: rem-calc(16);
|
||||
@@ -893,7 +893,7 @@ form {
|
||||
.callout {
|
||||
font-size: $small-font-size;
|
||||
|
||||
a {
|
||||
a:not(.button) {
|
||||
font-weight: bold;
|
||||
text-decoration: underline;
|
||||
}
|
||||
@@ -945,6 +945,14 @@ form {
|
||||
}
|
||||
}
|
||||
|
||||
.callout {
|
||||
|
||||
&.highlight,
|
||||
&.light {
|
||||
border: 0;
|
||||
}
|
||||
}
|
||||
|
||||
// 08. User account
|
||||
// ----------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user