]> git.localhorst.tv Git - alttp.git/blob - resources/sass/discord.scss
add proper HTML editor
[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 .guild-box {
25         padding: 0;
26         color: inherit;
27         text-decoration: none;
28
29         img {
30                 max-height: 2rem;
31                 width: auto;
32                 border-radius: 50%;
33                 margin: 0 0.25rem;
34         }
35 }