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;
|
||||
}
|
||||
|
||||
p {
|
||||
p:not(.link-styling) {
|
||||
color: $gray-600;
|
||||
text-align: left;
|
||||
|
||||
|
|
|
|||
|
|
@ -411,6 +411,9 @@ export default {
|
|||
text-align: center;
|
||||
color: $green;
|
||||
}
|
||||
p:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.wiper-options {
|
||||
.ui-checkbox {
|
||||
display: block;
|
||||
|
|
|
|||
Loading…
Reference in a new issue