/*
 * device-list.css — compiled once from source/scss/device-list.scss (webpack/wp-scripts removed).
 * This is now a hand-maintained static file; edit it directly.
 */

/**
 * MIXINS
 */
/**
 * devices list #166
 */
.devices-list {
  list-style: none;
}

.devices-list .devices-list__item {
  position: relative;
  list-style: none;
  padding: 10px 0;
  margin: 0;
}

.devices-list__item + .devices-list__item {
  border-top: 1px solid #d6d6d6;
}

.devices-list__item--login-date {
  font-size: 13px;
  font-style: italic;
}

@media all and (min-width: 500px) {
  .devices-list__item--kill {
    position: absolute;
    top: 0;
    right: 0;
  }
}

@media all and (min-width: 460px) {
  .devices-list__item--self {
    position: absolute;
    top: 10px;
    right: 0;
  }
}
