Initial Commit Rework

This commit is contained in:
Qstick
2017-09-03 22:20:56 -04:00
parent 74a4cc048c
commit 95051cbd63
2483 changed files with 101351 additions and 111396 deletions
@@ -0,0 +1,37 @@
.option {
display: flex;
align-items: center;
justify-content: space-between;
padding: 5px 10px;
width: 100%;
cursor: default;
&:hover {
background-color: #f9f9f9;
}
}
.isSelected {
background-color: #e2e2e2;
&.isMobile {
background-color: inherit;
.iconContainer {
color: $primaryColor;
}
}
}
.isDisabled {
background-color: #aaa;
}
.isMobile {
height: 50px;
border-bottom: 1px solid $borderColor;
&:last-child {
border: none;
}
}