mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-03 01:18:17 +00:00
Added classes page
This commit is contained in:
12
src/stylesheets/components/_class.scss
Normal file
12
src/stylesheets/components/_class.scss
Normal file
@@ -0,0 +1,12 @@
|
||||
.classes__class {
|
||||
transition: background .25s, color .25s;
|
||||
position: relative;
|
||||
min-height: 10rem;
|
||||
border-top: 10px solid $primary-colour;
|
||||
|
||||
@include on-event() {
|
||||
cursor: pointer;
|
||||
background-color: $primary-colour;
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user