mirror of
https://github.com/vale981/Vulcan
synced 2025-03-09 12:16:37 -04:00
27 lines
No EOL
492 B
SCSS
27 lines
No EOL
492 B
SCSS
.category-menu-item{
|
|
position: relative;
|
|
.categories-delete-link, .edit-category-link{
|
|
position: absolute;
|
|
top: 4px;
|
|
right: 5px;
|
|
}
|
|
}
|
|
|
|
.categories-new-button{
|
|
text-align: center;
|
|
padding: $vmargin/2;
|
|
button{
|
|
display: inline-block;
|
|
}
|
|
}
|
|
|
|
.categories-node .categories-node{
|
|
border-left: 10px $lightest-border solid;
|
|
padding-left: $hmargin;
|
|
}
|
|
|
|
.categories-edit-form-admin{
|
|
@include flex-center;
|
|
justify-content: space-between;
|
|
margin-bottom: $vmargin * 2;
|
|
} |