logseq/resources/css/srs_cards.css

27 lines
839 B
CSS
Raw Normal View History

2021-11-07 03:23:49 +00:00
/******************************************************************************/
/** Review widget *************************************************************/
/******************************************************************************/
.cards-review {
2021-11-09 04:36:37 +00:00
padding: 12px;
2021-11-07 03:23:49 +00:00
}
.cards-title {
border-radius: 4px;
2021-11-07 03:23:49 +00:00
background: var(--color-level-1);
2021-11-09 04:36:37 +00:00
padding: 4px 6px;
2021-11-07 03:23:49 +00:00
}
2021-11-09 04:36:37 +00:00
.cp__right-sidebar .cards-title, .ui__modal .cards-title {
background: var(--color-level-2);
2021-11-07 03:23:49 +00:00
}
/******************************************************************************/
2021-11-07 03:23:49 +00:00
/** Card blocks ***************************************************************/
/******************************************************************************/
div[data-refs-self*='"card"'] {
margin-bottom: 8px;
padding-top: 12px;
padding-bottom: 12px;
border-radius: 4px;
2021-11-07 03:32:45 +00:00
}