misuzu/assets/less/classes/settings/log.less

52 lines
852 B
Text
Raw Normal View History

2018-07-23 13:29:57 +00:00
.settings__log {
margin: 1px;
2018-07-23 13:29:57 +00:00
&__country {
vertical-align: middle;
}
&__entry {
display: flex;
2018-09-09 22:44:10 +00:00
border: 1px solid var(--accent-colour);
2018-07-23 13:29:57 +00:00
justify-content: space-between;
padding: 1px;
flex-wrap: wrap;
&:not(:last-child) {
margin-bottom: 1px;
}
}
&__column {
flex-grow: 1;
margin-left: 5px;
margin-right: 1px;
&--ip,
&--date {
flex-shrink: 0;
&:not(:last-child) {
flex-grow: 0;
}
}
&--action {
flex-shrink: 1;
flex-grow: 1;
}
&--ip {
min-width: 200px;
}
&--date {
min-width: 120px;
}
&__name {
font-weight: 700;
}
}
}