32 lines
401 B
SCSS
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;
|
|
}
|
|
}
|