improves styles and texts of share proposal view

This commit is contained in:
decabeza
2017-06-23 18:19:43 +02:00
parent 13d414bac3
commit 44b5403db5
5 changed files with 40 additions and 26 deletions

View File

@@ -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
// ----------------