[frontend/components] Make main layout separators thinner
This commit is contained in:
parent
20a4282690
commit
d33238afee
2 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
|||
top: 4rem;
|
||||
right: 1rem;
|
||||
background-color: var(--background-color);
|
||||
border: solid var(--highlight-color) 0.1rem;
|
||||
border: solid var(--highlight-color) 0.05rem;
|
||||
border-radius: 1rem;
|
||||
padding: 0.5rem 1rem;
|
||||
z-index: +1;
|
||||
|
@ -17,7 +17,7 @@
|
|||
width: 100%;
|
||||
}
|
||||
.banner {
|
||||
border: solid var(--highlight-color) 0.1rem;
|
||||
border: solid var(--highlight-color) 0.05rem;
|
||||
border-radius: 1rem;
|
||||
padding: 0.25rem 0.5rem;
|
||||
display: flex;
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
}
|
||||
|
||||
.widget-panel {
|
||||
border-left: 0.1rem var(--highlight-color) solid;
|
||||
border-left: 0.05rem var(--highlight-color) solid;
|
||||
}
|
||||
|
||||
.sidebar {
|
||||
|
@ -26,7 +26,7 @@
|
|||
|
||||
.top-bar {
|
||||
background-color: var(--background-color);
|
||||
border-bottom: 0.1rem var(--highlight-color) solid;
|
||||
border-bottom: 0.05rem var(--highlight-color) solid;
|
||||
height: 3rem;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
Loading…
Add table
Reference in a new issue