This commit is contained in:
David 2016-06-07 09:56:38 +02:00
parent 806c533c99
commit d8cb9cd0c9

View File

@ -72,6 +72,11 @@
.#{$kna-namespace}large-ma0 {
margin: 0 !important;
}
.#{$kna-namespace}large-pal {
padding: $large-value !important;
}
}
/* medium screens */
@ -146,6 +151,11 @@
.#{$kna-namespace}medium-ma0 {
margin: 0 !important;
}
.#{$kna-namespace}medium-pam {
padding: $medium-value !important;
}
}
/* small screens */
@ -236,6 +246,10 @@
padding: 0 !important;
}
.#{$kna-namespace}small-pas {
padding: $small-value !important;
}
}
/* tiny screens */