mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
15 lines
175 B
SCSS
15 lines
175 B
SCSS
|
|
|
||
|
|
.toolbar {
|
||
|
|
padding-top: 10px;
|
||
|
|
padding-bottom: 10px;
|
||
|
|
width: 100%;
|
||
|
|
z-index: 10;
|
||
|
|
position: fixed;
|
||
|
|
background-color: #FFF;
|
||
|
|
}
|
||
|
|
|
||
|
|
.toolbar .donate {
|
||
|
|
display: inline-block;
|
||
|
|
}
|
||
|
|
|