mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 04:26:41 -04:00

- Posts, Comments, Users, etc. are always pluralized. - CSS classes are based off component names (PostsTitle -> posts-title)
8 lines
No EOL
150 B
SCSS
8 lines
No EOL
150 B
SCSS
.category-menu-item{
|
|
position: relative;
|
|
.categories-delete-link, .edit-category-link{
|
|
position: absolute;
|
|
top: 4px;
|
|
right: 5px;
|
|
}
|
|
} |