Update BDFDB.raw.css
This commit is contained in:
parent
7a60bbd7dc
commit
487195d057
|
@ -54,6 +54,36 @@ img:not([src]), img[src=""], img[src="null"] {
|
|||
padding-left: 15px;
|
||||
}
|
||||
|
||||
[REPLACE_CLASS_settingsrowcontainer][REPLACE_CLASS_marginreset] {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
[REPLACE_CLASS_settingsrowcontainer][REPLACE_CLASS_marginbottom4] {
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
[REPLACE_CLASS_settingsrowcontainer][REPLACE_CLASS_marginbottom8] {
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
[REPLACE_CLASS_settingsrowcontainer][REPLACE_CLASS_marginbottom20] {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
[REPLACE_CLASS_settingsrowcontainer][REPLACE_CLASS_marginbottom40] {
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
[REPLACE_CLASS_settingsrowcontainer][REPLACE_CLASS_marginbottom60] {
|
||||
margin-bottom: 60px;
|
||||
}
|
||||
[REPLACE_CLASS_settingsrowcontainer] + [REPLACE_CLASS_settingsrowcontainer] {
|
||||
margin-left: 8px;
|
||||
}
|
||||
[REPLACE_CLASS_settingsrowcontainer] [REPLACE_CLASS_settingsrowlabel] {
|
||||
align-items: center;
|
||||
}
|
||||
[REPLACE_CLASS_settingsrowcontainer] [REPLACE_CLASS_settingsrowtitlemini] {
|
||||
line-height: 18px;
|
||||
font-size: 12px;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
[REPLACE_CLASS_collapsecontainer] {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue