mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-11 11:18:39 +00:00
12 lines
244 B
SCSS
12 lines
244 B
SCSS
@import "_mixins", "_vars";
|
|
|
|
.tag {
|
|
cursor: pointer;
|
|
border: $tag-border solid $tag-border-color;
|
|
padding: 5px 10px 5px 10px;
|
|
font-size: $tag-font-size;
|
|
color: $tag-color;
|
|
display: inline-block;
|
|
line-height: 1rem;
|
|
}
|