mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 20:24:05 -06:00
UX: Minor style updates for tag info
This commit is contained in:
parent
863d3f89de
commit
2f8a25b2d5
@ -91,7 +91,7 @@ $tag-color: $primary-medium;
|
|||||||
}
|
}
|
||||||
|
|
||||||
&.large {
|
&.large {
|
||||||
font-size: $font-up-2;
|
font-size: $font-up-3;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.box {
|
&.box {
|
||||||
@ -270,25 +270,42 @@ header .discourse-tag {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.tag-info {
|
.tag-info {
|
||||||
margin-top: 1em;
|
margin: 1em 0;
|
||||||
margin-bottom: 1em;
|
padding: 2em;
|
||||||
|
border: 1px solid $primary-low;
|
||||||
|
|
||||||
.delete-tag {
|
.field {
|
||||||
float: right;
|
margin: 0 0 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.btn {
|
||||||
|
margin-right: 0.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tag-name .discourse-tag {
|
||||||
|
display: block;
|
||||||
|
margin-bottom: 0.75em;
|
||||||
|
}
|
||||||
|
|
||||||
.synonyms-list,
|
.synonyms-list,
|
||||||
.add-synonyms,
|
.add-synonyms,
|
||||||
.tag-associations {
|
.tag-associations {
|
||||||
margin-top: 1em;
|
margin-top: 1em;
|
||||||
clear: both;
|
@include clearfix;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.synonyms-list {
|
||||||
|
margin: 2em 0 0;
|
||||||
|
}
|
||||||
|
|
||||||
.tag-list {
|
.tag-list {
|
||||||
|
margin: 1em 0 0 0;
|
||||||
|
padding: 0;
|
||||||
border: none;
|
border: none;
|
||||||
.d-icon {
|
@include clearfix;
|
||||||
|
a {
|
||||||
color: $primary-medium;
|
color: $primary-medium;
|
||||||
|
margin-left: 0.25em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.field {
|
|
||||||
margin-bottom: 5px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user