ENH: Weapon tags
parent
e20c4bc98e
commit
38e4343588
|
@ -1,5 +1,10 @@
|
||||||
.ose.sheet.item {
|
.ose.sheet.item {
|
||||||
.sheet-header {
|
.sheet-header {
|
||||||
|
h1 {
|
||||||
|
input {
|
||||||
|
margin: 6px 2%;
|
||||||
|
}
|
||||||
|
}
|
||||||
.profile-img {
|
.profile-img {
|
||||||
border: none;
|
border: none;
|
||||||
flex: 0 0 84px;
|
flex: 0 0 84px;
|
||||||
|
@ -7,22 +12,24 @@
|
||||||
}
|
}
|
||||||
.tag-list {
|
.tag-list {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
height: 20px;
|
height: 24px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
padding: 0;
|
padding: 1px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
.tag {
|
.tag {
|
||||||
background: $colorFaint;
|
background: $colorOlive;
|
||||||
border-radius: 10px;
|
border-radius: 5px;
|
||||||
color: $colorDark;
|
color: whitesmoke;
|
||||||
padding: 2px 5px;
|
padding: 1px 5px;
|
||||||
box-shadow: 0 0 1px $colorDark;
|
height: 18px;
|
||||||
|
box-shadow: 0 0 3px $colorFaint;
|
||||||
margin: 0 2px;
|
margin: 0 2px;
|
||||||
i {
|
i {
|
||||||
font-size: 8px;
|
font-size: 8px;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
color: $colorOlive;
|
color: $colorFaint;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue