mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
27 lines
523 B
SCSS
27 lines
523 B
SCSS
// Sidebar
|
|
//---------------------------------------------------
|
|
#sidebar {
|
|
overflow: visible;
|
|
border-top: 1px solid $color-border;
|
|
margin-top: 17px;
|
|
|
|
.sidebar-title {
|
|
color: $color-2;
|
|
text-transform: uppercase;
|
|
text-align: center;
|
|
font-size: 14px;
|
|
font-weight: 600;
|
|
|
|
> span {
|
|
display: inline;
|
|
background: #fff;
|
|
padding: 5px 10px;
|
|
position: relative;
|
|
top: -14px;
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
}
|
|
}
|