fix(fe/layers): normalize styles and clean up
This commit is contained in:
parent
e18f23b911
commit
dc8dbd7355
9 changed files with 138 additions and 113 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue