1
0
mirror of https://github.com/mgerb/ps-launcher synced 2026-01-11 02:52:49 +00:00
This commit is contained in:
2017-10-16 23:05:44 -05:00
commit 3f49700225
24 changed files with 6120 additions and 0 deletions

View File

@@ -0,0 +1,43 @@
@import '../../scss/variables.scss';
.header {
background: $dark-blue--1;
display: flex;
align-items: center;
height: 40px;
padding: 0 10px;
}
.header__draggable-region {
-webkit-app-region: drag;
flex: 1;
height: 100%;
}
.header-icon {
& + & {
margin-left: 10px;
}
cursor: pointer;
border-color: $blue;
color: $blue;
&:hover {
border-color: $blue--lighter;
color: $blue--lighter;
}
}
.header-icon--minimize {
height: 12px;
width: 12px;
border-bottom: 2px solid;
}
.header-icon--maximize {
height: 10px;
width: 10px;
border: 2px solid;
}