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