Skip to content
Snippets Groups Projects
Commit 38237e85 authored by Chris Lawton's avatar Chris Lawton
Browse files

adds styles for covering loading container

parent 374d5691
No related branches found
No related tags found
No related merge requests found
...@@ -30,6 +30,12 @@ ...@@ -30,6 +30,12 @@
// loading container // loading container
&__loading { &__loading {
@include column-scrolling; @include column-scrolling;
&--cover {
background: $color--white;
height: 100%;
border-left: 2px solid $color--light-mid-grey;
}
} }
&__header { &__header {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment