mirror of
https://github.com/mgerb/ps-launcher
synced 2026-01-11 02:52:49 +00:00
coming along well - electron is pretty nice
This commit is contained in:
22
app/components/SubHeader/SubHeader.scss
Normal file
22
app/components/SubHeader/SubHeader.scss
Normal file
@@ -0,0 +1,22 @@
|
||||
@import '../../scss/variables.scss';
|
||||
|
||||
.sub-header {
|
||||
background: $dark-blue--1;
|
||||
border-bottom: 1px solid $dark-blue--3;
|
||||
display: flex;
|
||||
height: 100px;
|
||||
overflow: auto;
|
||||
|
||||
.sub-header__item {
|
||||
width: 100px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
cursor: pointer;
|
||||
|
||||
&:hover, &.selected {
|
||||
background: $dark-blue--3;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user