mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-04 20:07:15 +00:00
Adjust styling.
This commit is contained in:
parent
b8049f3c46
commit
2dde810a1d
2 changed files with 4 additions and 11 deletions
|
@ -1,8 +1,8 @@
|
|||
.system-message {
|
||||
padding: (@line-height-computed / 4) (@line-height-computed / 2);
|
||||
background-color: @state-warning-bg;
|
||||
color: #333;
|
||||
border-bottom: 1px solid @common-border-color;
|
||||
padding: (@line-height-computed / 4) (@line-height-computed / 2);
|
||||
background-color: @state-warning-bg;
|
||||
color: #333;
|
||||
border-bottom: 1px solid @common-border-color;
|
||||
}
|
||||
|
||||
.clickable {
|
||||
|
|
|
@ -576,10 +576,3 @@
|
|||
padding: @navbar-default-padding-v 0;
|
||||
}
|
||||
}
|
||||
|
||||
.system-messages {
|
||||
padding-top: @header-height;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
z-index: 1;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue