7531937e52
Amélioration de l'interface Améliorations cosmétiques
41 lines
592 B
Plaintext
41 lines
592 B
Plaintext
h1 {
|
|
input.itemname {
|
|
font-family: @font-charname;
|
|
}
|
|
}
|
|
|
|
.item-properties {
|
|
flex: 0 0 150px;
|
|
margin: 5px 5px 5px 0;
|
|
padding-right: 5px;
|
|
border-right: @borderGroove;
|
|
|
|
.form-group {
|
|
margin: 0;
|
|
|
|
label {
|
|
line-height: 20px;
|
|
}
|
|
|
|
//input {
|
|
// text-align: right;
|
|
//}
|
|
}
|
|
|
|
.properties-list {
|
|
list-style: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
|
|
li {
|
|
margin: 3px 0;
|
|
padding: 0 2px;
|
|
background: rgba(0, 0, 0, 0.05);
|
|
border: @borderGroove;
|
|
text-align: center;
|
|
font-size: 12px;
|
|
line-height: 18px;
|
|
}
|
|
}
|
|
}
|