You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
583 B
31 lines
583 B
@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; |
|
}
|
|
|