generated from tpl/obsidian-sample-plugin
33 lines
388 B
SCSS
33 lines
388 B
SCSS
.obt-reading-progress {
|
|
&__desc {
|
|
margin-bottom: 1rem;
|
|
font-size: var(--text-ui-smaller);
|
|
color: var(--text-muted);
|
|
|
|
p {
|
|
margin: 0;
|
|
}
|
|
}
|
|
|
|
&__input {
|
|
padding-bottom: 18px;
|
|
|
|
input {
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
&__pct {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 10px;
|
|
padding-bottom: 18px;
|
|
}
|
|
|
|
&__toggle {
|
|
display: flex;
|
|
align-items: center;
|
|
flex-grow: 1;
|
|
}
|
|
}
|