mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-17 09:01:53 +00:00
Label styling.
This commit is contained in:
parent
9208fe7c30
commit
23671c7b18
1 changed files with 23 additions and 0 deletions
|
@ -130,6 +130,29 @@
|
|||
}
|
||||
}
|
||||
|
||||
.toolbar.toolbar-with-labels {
|
||||
height: 50px;
|
||||
|
||||
.btn-full-height {
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
||||
& ~ #ide-body {
|
||||
top: 50px;
|
||||
}
|
||||
|
||||
.project-name .name {
|
||||
padding: 12px;
|
||||
}
|
||||
}
|
||||
|
||||
.toolbar-label {
|
||||
margin: 0;
|
||||
font-size: 0.6em;
|
||||
font-weight: normal;
|
||||
min-width: 35px;
|
||||
}
|
||||
|
||||
.editor-dark {
|
||||
.toolbar-alt {
|
||||
background-color: darken(@editor-dark-background-color, 0%);
|
||||
|
|
Loading…
Reference in a new issue