Improved padding of text in dialogs
This commit is contained in:
parent
9d87beeb75
commit
a1c65590a4
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
p {
|
p {
|
||||||
display: block;
|
display: block;
|
||||||
padding: 42px 30px 40px;
|
padding: 10px 30px;
|
||||||
color: white(.9);
|
color: white(.9);
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
@ -35,6 +35,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&.less { padding-bottom: 30px; }
|
&.less { padding-bottom: 30px; }
|
||||||
|
|
||||||
|
&:first-of-type { padding-top: 42px; }
|
||||||
|
|
||||||
|
&:last-of-type { padding-bottom: 40px; }
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Buttons ------------------------------------------------*/
|
/* Buttons ------------------------------------------------*/
|
||||||
@ -140,7 +144,7 @@
|
|||||||
|
|
||||||
p {
|
p {
|
||||||
clear: both;
|
clear: both;
|
||||||
padding: 4px 0 0 35px;
|
padding: 2px 0 0 35px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
width: calc(100% - 35px);
|
width: calc(100% - 35px);
|
||||||
color: white(.6);
|
color: white(.6);
|
||||||
|
Loading…
Reference in New Issue
Block a user