2018-03-26 03:55:25 +02:00
|
|
|
@mio-settings-sessions-mobile: 1000px;
|
|
|
|
|
2018-04-16 02:33:54 +02:00
|
|
|
.settings__sessions {
|
2018-08-11 18:46:39 +02:00
|
|
|
margin: 1px;
|
|
|
|
|
2018-03-26 03:55:25 +02:00
|
|
|
&__country {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: @mio-settings-sessions-mobile) {
|
|
|
|
&__button {
|
|
|
|
width: 100%;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-08-15 15:36:40 +02:00
|
|
|
&__actions {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
padding: 6px;
|
2018-09-10 00:44:10 +02:00
|
|
|
border-bottom: 1px solid var(--accent-colour);
|
2018-08-15 15:36:40 +02:00
|
|
|
margin-bottom: 1px;
|
|
|
|
}
|
|
|
|
|
2018-03-26 03:55:25 +02:00
|
|
|
&__entry {
|
|
|
|
display: flex;
|
2018-09-10 00:44:10 +02:00
|
|
|
border: 1px solid var(--accent-colour);
|
2018-03-26 03:55:25 +02:00
|
|
|
justify-content: space-between;
|
|
|
|
padding: 1px;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
|
|
|
&:not(:last-child) {
|
|
|
|
margin-bottom: 1px;
|
|
|
|
}
|
2018-03-26 04:08:35 +02:00
|
|
|
|
|
|
|
&--current {
|
|
|
|
background-color: #c2affe;
|
|
|
|
}
|
2018-03-26 03:55:25 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
&__column {
|
|
|
|
flex-grow: 1;
|
|
|
|
|
|
|
|
&:not(:last-child) {
|
|
|
|
margin-left: 5px;
|
|
|
|
margin-right: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&--ip,
|
|
|
|
&--created,
|
|
|
|
&--expires,
|
|
|
|
&--options {
|
|
|
|
flex-grow: 0;
|
|
|
|
flex-shrink: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: @mio-settings-sessions-mobile) {
|
|
|
|
&--options {
|
|
|
|
text-align: center;
|
|
|
|
flex-grow: 1;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&--user-agent {
|
|
|
|
flex-shrink: 1;
|
|
|
|
flex-grow: 1;
|
|
|
|
}
|
|
|
|
|
2018-03-26 05:18:20 +02:00
|
|
|
&--ip {
|
|
|
|
min-width: 200px;
|
|
|
|
}
|
|
|
|
|
2018-03-26 03:55:25 +02:00
|
|
|
&--created,
|
|
|
|
&--expires {
|
|
|
|
min-width: 120px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__name {
|
|
|
|
font-weight: 700;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|