css for Box folding, impl network forget

This commit is contained in:
2017-07-16 21:07:52 +02:00
parent 856a694f0b
commit 357a9b6513
7 changed files with 81 additions and 42 deletions
+8 -12
View File
@@ -36,21 +36,16 @@
&.str {
position: relative;
.Row.buttons {
.Row.mq-phone {
position: absolute;
right: dist(0);
top: 2.7em;
margin: 12px auto;
margin: 1rem auto;
}
@include media($tablet-min) {
.Row.buttons {
//position: absolute;
right: 0;
top: 0;
//margin: 12px auto;
}
.Row.mq-no-phone {
position: absolute;
right: 0;
top: 0;
margin-top: dist(-1);
}
}
}
@@ -60,6 +55,7 @@
h2 {
position: relative;
cursor: pointer;
padding-right: 1.3rem;
&::after {
position: absolute;
+9 -4
View File
@@ -21,16 +21,21 @@
margin-bottom: dist(0);
}
h2 {
font-size: fsize(3);
margin-bottom: dist(-1);
}
@include media($phone) {
h1 {
font-size: fsize(5);
margin-bottom: dist(-1);
}
}
h2 {
font-size: fsize(3);
margin-bottom: dist(-1);
h2 {
font-size: fsize(2);
margin-bottom: dist(-1);
}
}
td, th {