]> cat aescling's git repositories - mastodon.git/blob - app/javascript/flavours/glitch/styles/components/domains.scss
Merge branch 'master' into glitch-soc/merge-upstream
[mastodon.git] / app / javascript / flavours / glitch / styles / components / domains.scss
1 .domain {
2 padding: 10px;
3 border-bottom: 1px solid lighten($ui-base-color, 8%);
4
5 .domain__domain-name {
6 flex: 1 1 auto;
7 display: block;
8 color: $primary-text-color;
9 text-decoration: none;
10 font-size: 14px;
11 font-weight: 500;
12 }
13 }
14
15 .domain__wrapper {
16 display: flex;
17 }
18
19 .domain_buttons {
20 height: 18px;
21 padding: 10px;
22 white-space: nowrap;
23 }
This page took 0.079953 seconds and 6 git commands to generate.