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