adjustable frequency

This commit is contained in:
2016-03-29 02:44:00 +02:00
parent 5bb7a303b3
commit b183ab7868
21 changed files with 7110 additions and 86 deletions
+29
View File
@@ -0,0 +1,29 @@
#samp-ctrl {
display: flex;
padding: dist(-2);
flex-direction: row;
@include media($phone) {
flex-direction: column;
}
justify-content: center;
align-items: stretch;
> div {
margin: dist(-2);
}
label {
line-height: 1.8;
font-weight: bold;
}
input {
width: 150px;
@include media($phone) {
width: 100%;
}
}
}