]> git.apps.os.sepia.ceph.com Git - ceph.git/blob
f3e3b333ce7d6846014c5a645b3ceab6e89b4337
[ceph.git] /
1 @use './src/styles/vendor/variables' as vv;
2
3 .no-margin-bottom {
4   font-size: 0.875rem;
5   margin-bottom: 0;
6 }
7
8 .activate-button {
9   background-color: vv.$barley-white;
10   border: vv.$gray-700 solid 0.5px;
11   border-radius: 10%;
12   padding: 0.1rem 0.4rem;
13 }
14
15 .activate-text {
16   color: vv.$gray-700;
17   font-weight: bold;
18 }
19
20 a {
21   color: darken(vv.$primary-wcag-aa-large-text, 10);
22   font-weight: bold;
23 }