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.
14 lines
264 B
14 lines
264 B
2 years ago
|
//@format
|
||
|
/* Sidebar
|
||
|
---------------------------------------- */
|
||
|
.sidebar .block {
|
||
|
background-color: #f5f5ff;
|
||
|
padding: 20px;
|
||
|
margin-bottom: 2rem;
|
||
|
box-shadow: 0 2px 2px var(--border);
|
||
|
}
|
||
|
.sidebar .block-title {
|
||
|
font-size: 2.2rem;
|
||
|
text-transform: none;
|
||
|
}
|