Added error page, Added drawings, Improved composer
Update .gitignore, .htaccess, and 24 more files...
This commit is contained in:
@@ -30,4 +30,12 @@ button {
|
||||
&:hover {
|
||||
background-color: #{$color-background-button-hover};
|
||||
}
|
||||
|
||||
&.primary {
|
||||
background-color: #{$color-background-button-primary};
|
||||
|
||||
&:hover {
|
||||
background-color: #{$color-background-button-primary-hover};
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user