mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
16 lines
142 B
SCSS
16 lines
142 B
SCSS
.plan-features {
|
|
div {
|
|
i {
|
|
position: relative;
|
|
top: 6px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.chip {
|
|
.material-icons {
|
|
position: relative;
|
|
top: 4px;
|
|
}
|
|
}
|