Added class prefix to buttons, Improved intro, Changed sidebar slightly
Update index.php, buttons.php, and 4 more files...
This commit is contained in:
@@ -4,13 +4,13 @@
|
||||
|
||||
@mixin overflow-maker($overflow-type) {
|
||||
.o-#{$overflow-type} {
|
||||
overflow: #{$overflow-type};
|
||||
overflow: #{$overflow-type} !important;
|
||||
}
|
||||
.ox-#{$overflow-type} {
|
||||
overflow-x: #{$overflow-type};
|
||||
overflow-x: #{$overflow-type} !important;
|
||||
}
|
||||
.oy-#{$overflow-type} {
|
||||
overflow-y: #{$overflow-type};
|
||||
overflow-y: #{$overflow-type} !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user