1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-03 21:38:15 +00:00

Added classes page

This commit is contained in:
2022-02-06 20:02:16 +00:00
parent 9e523f98cd
commit c0e1a770b3
6 changed files with 53 additions and 0 deletions

View 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;
}
}