Files
standardnotes-app-web/app/assets/stylesheets/app/_stylekit-sub.scss
2018-01-19 12:22:17 -06:00

32 lines
401 B
SCSS

.sn-component {
}
.panel {
color: black;
.header {
.close-button {
&:hover {
text-decoration: none;
}
}
}
input {
min-height: 39px;
}
.button-group.stretch {
.button:not(.featured) {
// Default buttons that are not featured and stretched should have larger vertical padding
padding: 9px;
}
}
a {
color: $blue-color;
}
}