[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;
|
top: 4rem;
|
||||||
right: 1rem;
|
right: 1rem;
|
||||||
background-color: var(--background-color);
|
background-color: var(--background-color);
|
||||||
border: solid var(--highlight-color) 0.1rem;
|
border: solid var(--highlight-color) 0.05rem;
|
||||||
border-radius: 1rem;
|
border-radius: 1rem;
|
||||||
padding: 0.5rem 1rem;
|
padding: 0.5rem 1rem;
|
||||||
z-index: +1;
|
z-index: +1;
|
||||||
|
@ -17,7 +17,7 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
.banner {
|
.banner {
|
||||||
border: solid var(--highlight-color) 0.1rem;
|
border: solid var(--highlight-color) 0.05rem;
|
||||||
border-radius: 1rem;
|
border-radius: 1rem;
|
||||||
padding: 0.25rem 0.5rem;
|
padding: 0.25rem 0.5rem;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.widget-panel {
|
.widget-panel {
|
||||||
border-left: 0.1rem var(--highlight-color) solid;
|
border-left: 0.05rem var(--highlight-color) solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar {
|
.sidebar {
|
||||||
|
@ -26,7 +26,7 @@
|
||||||
|
|
||||||
.top-bar {
|
.top-bar {
|
||||||
background-color: var(--background-color);
|
background-color: var(--background-color);
|
||||||
border-bottom: 0.1rem var(--highlight-color) solid;
|
border-bottom: 0.05rem var(--highlight-color) solid;
|
||||||
height: 3rem;
|
height: 3rem;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
Loading…
Add table
Reference in a new issue