fix(fe/layers): normalize styles and clean up

This commit is contained in:
hexxa 2022-03-19 12:16:18 +08:00 committed by Hexxa
parent e18f23b911
commit dc8dbd7355
9 changed files with 138 additions and 113 deletions

View file

@ -339,16 +339,6 @@ input:focus {
overflow-wrap: break-word;
}
.theme-default .error-inline {
font-size: 1.4rem;
padding: 1rem;
color: #f1c40f;
margin: 1rem 0 0 0;
background-color: #2c3e50;
white-space: nowrap;
overflow: auto;
}
.theme-default #sharing-list .info {
float: left;
width: 70%;
@ -434,10 +424,6 @@ input:focus {
/* padding: 2rem; */
}
.theme-default #pane-settings #profile .desc-m {
color: #95a5a6;
}
.theme-default .user-form {
font-size: 1.4rem;
padding: 1rem 0;