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.
 
 
 

17 lines
442 B

/* Common for all blocks */
.block,
.block-title,
.block-content {
position: relative;
}
.block-title {
/*font-size: var(--sidebar-block-title-font-size);*/
/*font-family: var(--sidebar-block-title-font-family);*/
/*color: var(--sidebar-block-title-font-color);*/
}
.block-content {
/*font-size: var(--sidebar-block-font-size);*/
/*font-family: var(--sidebar-block-font-family);*/
/*color: var(--sidebar-block-font-color);*/
}