]> git.localhorst.tv Git - alttp.git/blob - resources/sass/discord.scss
try to respond more appropriately
[alttp.git] / resources / sass / discord.scss
1 .discord-select {
2         .search-results-holder {
3                 position: relative;
4         }
5         .search-results {
6                 position: absolute;
7                 left: 0;
8                 top: 100%;
9                 z-index: 1;
10                 width: 100%;
11                 border-top-left-radius: 0;
12                 border-top-right-radius: 0;
13                 box-shadow: 1ex 1ex 1ex rgba(0, 0, 0, 0.5);
14         }
15         &.collapsed .search-results {
16                 display: none;
17         }
18         &.expanded .search-input {
19                 border-bottom-left-radius: 0;
20                 border-bottom-right-radius: 0;
21         }
22 }
23
24 .channel-box {
25         > svg {
26                 margin-right: 0.25rem;
27                 min-width: 1.5rem;
28         }
29 }
30
31 .guild-box {
32         padding: 0;
33         color: inherit;
34         text-decoration: none;
35
36         img {
37                 max-height: 2rem;
38                 width: auto;
39                 border-radius: 50%;
40                 margin: 0 0.25rem;
41         }
42 }