mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +01:00
38 lines
672 B
SCSS
38 lines
672 B
SCSS
|
|
// Category Tag
|
|
.commission__category {
|
|
border: 1px solid;
|
|
display: inline-block;
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
margin-bottom: 5px;
|
|
margin-right: 5px;
|
|
padding: 5px;
|
|
background: $commission_category_background;
|
|
border-color: $commission_category_border;
|
|
color: $commission_category_color;
|
|
}
|
|
|
|
.commission__block_body {
|
|
word-wrap: break-word;
|
|
}
|
|
|
|
.commission__category a {
|
|
color: inherit;
|
|
}
|
|
|
|
.commission__listing_body {
|
|
overflow: hidden;
|
|
}
|
|
|
|
.commission__listing_artist {
|
|
font-size: 15px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.commission__listing__body_text {
|
|
word-wrap: break-word;
|
|
margin-top: 3px;
|
|
margin-bottom: 6px;
|
|
img { max-width: 100%; }
|
|
}
|