aboutsummaryrefslogtreecommitdiff
path: root/src/components/settings_modal/admin_tabs/frontends_tab.scss
blob: 420d20b3549cba5bc7302ab40a270e1bcb4a53e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
.frontends-tab {
  .cards-list {
    padding: 0;
  }

  .relative {
    position: relative;
  }

  .overlay {
    position: absolute;
    background: var(--bg);
    // fix buttons showing through
    z-index: 2;
    opacity: 0.9;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  dd {
    text-overflow: ellipsis;
    word-wrap: nowrap;
    white-space: nowrap;
    overflow-x: hidden;
    max-width: 10em;
  }
}