Home-Toolbox-Plugin/options/options.module.less

17 lines
238 B
Plaintext

.options {
padding: 0 1em;
max-width: 40em;
margin: 3em auto;
.title {
display: flex;
align-items: center;
margin-bottom: 1.5em;
svg {
width: 2em;
color: #28b9be;
margin-right: .5em;
}
}
}