mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
24 lines
247 B
SCSS
24 lines
247 B
SCSS
.plan-features {
|
|
div {
|
|
i {
|
|
position: relative;
|
|
top: 6px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.content-type-container {
|
|
padding: 1rem;
|
|
|
|
display: inline-block;
|
|
width: 7rem;
|
|
text-align: center;
|
|
}
|
|
|
|
.chip {
|
|
.material-icons {
|
|
position: relative;
|
|
top: 4px;
|
|
}
|
|
}
|