]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/blob
1e1606724ca4cf08192af846711a5a1f0a9b4bc4
[ceph-ci.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, 10);
22   font-weight: bold;
23 }