Skip to content

Commit aeda9b7

Browse files
committed
feat(settings): update settings styles
1 parent 7ad27ba commit aeda9b7

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

src/Resources/views/Admin/_styles.html.twig

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,34 @@ body div > a {
8080
8181
.monsieurbiz-better-admin-login-logo {
8282
max-width: {{ logoLoginWidth }}px;
83-
margin: 0 auto;
83+
margin: 0 auto;
8484
margin-bottom: 40px;
8585
}
8686
87+
form[name="settings"] .monsieurbiz-sylius-file-manager__field {
88+
border: 1px solid rgba(34,36,38,.1);
89+
box-shadow: 0 2px 4px 0 rgba(34,36,38,.03);
90+
padding: 1.8em;
91+
width: 100%;
92+
background: #f3f4f5;
93+
color: rgba(0,0,0,.6);
94+
border-radius: .28571429rem;
95+
}
96+
97+
form[name="settings"] .field {
98+
margin-top: 2rem !important;
99+
}
100+
101+
form[name="settings"] .monsieurbiz-sylius-file-manager__field.field,
102+
form[name="settings"] .monsieurbiz-sylius-file-manager__field.field .field,
103+
form[name="settings"] .field:first-child {
104+
margin-top: 0 !important;
105+
}
106+
107+
form[name="settings"] .help-text {
108+
font-size: 0.85rem;
109+
color: #666666;
110+
}
111+
87112
{{ customCss }}
88113
</style>

0 commit comments

Comments
 (0)