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;
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -62,7 +62,7 @@ button {
|
||||
background-color: #{$color-background-button-hover};
|
||||
}
|
||||
|
||||
&.primary {
|
||||
&.btn-primary {
|
||||
background-color: #{$color-background-button-primary};
|
||||
|
||||
&:hover {
|
||||
@@ -70,7 +70,7 @@ button {
|
||||
}
|
||||
}
|
||||
|
||||
&.success {
|
||||
&.btn-success {
|
||||
background-color: #{$color-background-button-success};
|
||||
|
||||
&:hover {
|
||||
@@ -78,7 +78,7 @@ button {
|
||||
}
|
||||
}
|
||||
|
||||
&.error {
|
||||
&.btn-error {
|
||||
background-color: #{$color-background-button-error};
|
||||
|
||||
&:hover {
|
||||
@@ -86,7 +86,7 @@ button {
|
||||
}
|
||||
}
|
||||
|
||||
&.warning {
|
||||
&.btn-warning {
|
||||
background-color: #{$color-background-button-warning};
|
||||
|
||||
&:hover {
|
||||
|
Reference in New Issue
Block a user