Updated all component styles

new mixins, consolidated
all original styles files uncomitted
This commit is contained in:
mgabdev
2019-08-12 16:48:46 -04:00
parent 3d509c84a2
commit 47b43d78d9
45 changed files with 829 additions and 202 deletions

View File

@@ -8,14 +8,13 @@
flex: 1 1 auto;
}
&__title {
}
&__title {}
&__input {
width: 100%;
margin-bottom: 6px;
@include size(100%, 36px);
&:focus {
outline: 0;
}
@@ -24,5 +23,7 @@
&__btn {
flex: 0 0 auto;
margin: 0 5px;
margin-left: 6px;
width: 112px;
}
}