design ing
This commit is contained in:
parent
20aeeb1a9b
commit
c6d76f66b9
|
@ -6,7 +6,7 @@
|
||||||
// width: 100%;
|
// width: 100%;
|
||||||
// margin: 0;
|
// margin: 0;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
margin: -0.7em -0.9em; //-0.5em -0.75em;
|
margin: -0.6em -0.9em -0.7em -0.9em; //-0.5em -0.75em;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
background-image: linear-gradient(#171a1d, #2b323a , #171a1d);
|
background-image: linear-gradient(#171a1d, #2b323a , #171a1d);
|
||||||
|
|
|
@ -9,6 +9,12 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
|
||||||
|
.app-icon {
|
||||||
|
color: var(--toolbar-button-secondary-color);
|
||||||
|
margin: 0 var(--spacing);
|
||||||
|
align-self: center;
|
||||||
|
}
|
||||||
|
|
||||||
@include darwin {
|
@include darwin {
|
||||||
height: var(--darwin-title-bar-height);
|
height: var(--darwin-title-bar-height);
|
||||||
background: linear-gradient(to bottom, #3b3f46 0%, #2b2e33 100%);
|
background: linear-gradient(to bottom, #3b3f46 0%, #2b2e33 100%);
|
||||||
|
@ -19,12 +25,6 @@
|
||||||
height: var(--win32-title-bar-height);
|
height: var(--win32-title-bar-height);
|
||||||
background: var(--win32-title-bar-background-color);
|
background: var(--win32-title-bar-background-color);
|
||||||
border-bottom: 1px solid #000;
|
border-bottom: 1px solid #000;
|
||||||
|
|
||||||
.app-icon {
|
|
||||||
color: var(--toolbar-button-secondary-color);
|
|
||||||
margin: 0 var(--spacing);
|
|
||||||
align-self: center;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.resize-handle {
|
.resize-handle {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user