mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
SASS setup using current styles as foundation
This commit is contained in:
14
src/main/webapp/sass/components/_toolbar.scss
Normal file
14
src/main/webapp/sass/components/_toolbar.scss
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
.toolbar {
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
width: 100%;
|
||||
z-index: 10;
|
||||
position: fixed;
|
||||
background-color: #FFF;
|
||||
}
|
||||
|
||||
.toolbar .donate {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user