Updated all component styles
new mixins, consolidated all original styles files uncomitted
This commit is contained in:
@@ -4,4 +4,19 @@
|
||||
box-sizing: border-box;
|
||||
flex-direction: column;
|
||||
width: 350px;
|
||||
flex: 1 1 100%;
|
||||
overflow: hidden;
|
||||
|
||||
@media screen and (min-width: 631px) {
|
||||
flex: 0 0 auto;
|
||||
padding: 10px 5px;
|
||||
|
||||
&:first-child {
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
padding-right: 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user