20 lines
No EOL
273 B
CSS
20 lines
No EOL
273 B
CSS
.header {
|
|
margin-bottom: 15px;
|
|
& .label {
|
|
text-transform: uppercase;
|
|
color: gray;
|
|
letter-spacing: 0.2em;
|
|
}
|
|
}
|
|
|
|
.showMore {
|
|
&:hover {
|
|
color: $teal;
|
|
& svg {
|
|
fill: $teal;
|
|
}
|
|
& .actions {
|
|
opacity: 1;
|
|
}
|
|
}
|
|
} |