CSR-1777: additional CSS tweaks
This commit is contained in:
parent
a5093a242c
commit
77279990bb
2 changed files with 4 additions and 1 deletions
|
|
@ -204,7 +204,7 @@ export default {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p:not(.link-styling) {
|
||||||
color: $gray-600;
|
color: $gray-600;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -411,6 +411,9 @@ export default {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: $green;
|
color: $green;
|
||||||
}
|
}
|
||||||
|
p:last-child {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
.wiper-options {
|
.wiper-options {
|
||||||
.ui-checkbox {
|
.ui-checkbox {
|
||||||
display: block;
|
display: block;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue