design ing

This commit is contained in:
sunny 2018-08-28 17:17:11 +09:00
parent 20aeeb1a9b
commit c6d76f66b9
2 changed files with 7 additions and 7 deletions

View File

@ -6,7 +6,7 @@
// width: 100%;
// margin: 0;
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;
box-sizing: border-box;
background-image: linear-gradient(#171a1d, #2b323a , #171a1d);

View File

@ -9,6 +9,12 @@
display: flex;
flex-direction: row;
.app-icon {
color: var(--toolbar-button-secondary-color);
margin: 0 var(--spacing);
align-self: center;
}
@include darwin {
height: var(--darwin-title-bar-height);
background: linear-gradient(to bottom, #3b3f46 0%, #2b2e33 100%);
@ -19,12 +25,6 @@
height: var(--win32-title-bar-height);
background: var(--win32-title-bar-background-color);
border-bottom: 1px solid #000;
.app-icon {
color: var(--toolbar-button-secondary-color);
margin: 0 var(--spacing);
align-self: center;
}
}
.resize-handle {