Changed L&F For the editor to use AVUSD logo and colors; Added a 1:2 and 2:1 split column widget (would like to make this all one configurable widget though).
This commit is contained in:
@@ -51,6 +51,49 @@ ul.bulletLevel2 {
|
||||
list-style-position: inside;
|
||||
}
|
||||
|
||||
.apos-login-logo {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.apos-login-logo svg {
|
||||
width: 200px;
|
||||
height: 200px;
|
||||
}
|
||||
|
||||
.apos-login.apos-ui {
|
||||
background-color: #d29a6b;
|
||||
}
|
||||
|
||||
.apos-ui .apos-field {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
.apos-ui .apos-field-input {
|
||||
padding: 0.5rem;
|
||||
}
|
||||
.apos-ui .apos-login-submit {
|
||||
margin-top: 3rem;
|
||||
}
|
||||
.apos-ui .apos-button--major {
|
||||
background-color: saddlebrown;
|
||||
}
|
||||
.apos-ui .apos-button--global {
|
||||
background-color: #4F3A28;
|
||||
}
|
||||
.apos-ui .apos-field-input:focus {
|
||||
box-shadow: 0 0 15px 0 #4F3A28;
|
||||
}
|
||||
|
||||
.apos-login-wrapper, .apos-login-content, .apos-ui .apos-admin-bar {
|
||||
background-color: #4F3A28;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 1450px) {
|
||||
.apos-ui .apos-admin-bar-logo, .apos-ui .apos-admin-bar-logo svg {
|
||||
max-height: 40px;
|
||||
max-width: 40px;
|
||||
margin-right: 30px;
|
||||
}
|
||||
}
|
||||
@media only screen and (max-width: 1100px) {
|
||||
html {
|
||||
font-size: 14px !important;
|
||||
|
||||
Reference in New Issue
Block a user