misuzu/assets/less/manage/emotes.less

55 lines
961 B
Text
Raw Normal View History

2019-07-04 17:27:21 +00:00
.manage__emotes {
&__actions {
margin: 2px;
}
&__emoticon {
max-width: 100px;
max-height: 100px;
}
&__list {
width: 100%;
}
&__entry {
display: flex;
justify-content: center;
align-items: center;
margin: 2px;
text-align: center;
&--header {
border-bottom: 1px solid @accent-colour;
2019-07-04 17:27:21 +00:00
border-bottom: 1px solid var(--accent-colour);
padding-bottom: 2px;
}
&__id,
&__order,
&__hierarchy {
min-width: 40px;
}
&__string {
min-width: 150px;
}
&__image {
flex: 1 1 auto;
}
&__actions {
2019-07-05 00:14:05 +00:00
min-width: 170px;
display: flex;
justify-content: center;
.input__button {
margin: 1px;
padding: 6px;
}
2019-07-04 17:27:21 +00:00
}
}
}