edit buttons
[wolnelektury.git] / src / chunks / static / chunks / edit.scss
1 .admin-link {
2     position: absolute;
3     background: #083F4D;
4     color: white;
5     border-radius: 100%;
6     font-size: 26px;
7     line-height: 32px;
8     width: 32px;
9     text-align: center;
10     box-shadow: 0 0 10px #083F4D;
11
12     transition: color, background 150ms;
13     z-index: 9999;
14
15     &:hover {
16         color: black;
17         background: #FBC40F;
18     }
19 }