32 lines
583 B
CSS
32 lines
583 B
CSS
@import 'css/spring.css';
|
|
|
|
.listingblock .switch {
|
|
border-style: none;
|
|
display: inline-block;
|
|
position: relative;
|
|
bottom: -3px;
|
|
}
|
|
|
|
.listingblock .switch--item {
|
|
padding: 10px;
|
|
background-color: #e6e1dc;
|
|
color: #282c34;
|
|
display: inline-block;
|
|
cursor: pointer;
|
|
border-top-left-radius: 4px;
|
|
border-top-right-radius: 4px;
|
|
}
|
|
|
|
.listingblock .switch--item:not(:first-child) {
|
|
border-style: none;
|
|
}
|
|
|
|
.listingblock .switch--item.selected {
|
|
background-color: #282c34;
|
|
color: #e6e1dc;
|
|
}
|
|
|
|
.listingblock pre.highlightjs {
|
|
padding: 0;
|
|
}
|