theme for RDM site
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
685 B

2 years ago
label[for="edit-rdm"] {
width: 100%;
text-align: center;
}
.settings-form-title {
background-color: #222;
background-image: url("../logo.svg");
background-size: auto 70%;
background-position: calc(50% - 100px) center;
background-repeat: no-repeat;
padding: 2rem 2rem 2rem 5rem;
color: #fff;
margin: 0 auto;
}
/* Fieldset */
fieldset.set-default-fieldset,
details.set-default-fieldset {
background-color: #ffeaa7;
}
fieldset.info-fieldset,
details.info-fieldset {
background-image: url(../images/theme-settings/info.svg);
background-position: 3px 3px;
background-repeat: no-repeat;
background-color: #bbd9ff;
border: 1px solid #2e86de;
padding: 30px 18px 18px 40px;
}