Added class prefix to buttons, Improved intro, Changed sidebar slightly

Update index.php, buttons.php, and 4 more files...
This commit is contained in:
2024-11-16 17:36:38 +01:00
parent 8fa4b6cd2e
commit 967b17100a
6 changed files with 18 additions and 40 deletions

View File

@@ -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 {