mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
removed wicket and tomee, use dropwizard instead. remove wro4j, use gulp instead
This commit is contained in:
12
src/main/app/sass/components/_loading-bar.scss
Normal file
12
src/main/app/sass/components/_loading-bar.scss
Normal file
@@ -0,0 +1,12 @@
|
||||
#loading-bar .bar {
|
||||
background: #2c3e50;
|
||||
}
|
||||
|
||||
#loading-bar .peg {
|
||||
box-shadow: 0 0 10px #2c3e50, 0 0 5px #2c3e50;
|
||||
}
|
||||
|
||||
#loading-bar-spinner .spinner-icon {
|
||||
border-top-color: #2c3e50;
|
||||
border-left-color: #2c3e50;
|
||||
}
|
||||
Reference in New Issue
Block a user