mirror of
https://github.com/sissbruecker/linkding
synced 2024-11-22 11:23:02 +00:00
22 lines
No EOL
376 B
SCSS
22 lines
No EOL
376 B
SCSS
// Content area component
|
|
section.content-area {
|
|
|
|
.content-area-header {
|
|
border-bottom: solid 1px $border-color;
|
|
display: flex;
|
|
flex-direction: row;
|
|
margin-bottom: 16px;
|
|
|
|
h2 {
|
|
line-height: 1.8rem;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Confirm button component
|
|
.btn-confirmation-action {
|
|
color: $error-color !important;
|
|
&:hover {
|
|
text-decoration: underline;
|
|
}
|
|
} |