mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-06-08 11:23:11 +00:00
Rewriting classes for de-oopsie-ing
This commit is contained in:
parent
7f1782d7c6
commit
646b41e90a
7 changed files with 42 additions and 20 deletions
|
@ -100,6 +100,7 @@ body {
|
|||
display: inline-block;
|
||||
|
||||
font-size: 16px;
|
||||
font-family: $font-body;
|
||||
|
||||
text-decoration: none;
|
||||
|
||||
|
@ -112,6 +113,12 @@ body {
|
|||
border-radius: 3px;
|
||||
}
|
||||
}
|
||||
|
||||
&:disabled {
|
||||
opacity: 0.5;
|
||||
cursor: not-allowed;
|
||||
outline: none;
|
||||
}
|
||||
}
|
||||
|
||||
a.btn {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue