Main page.
[wolnelektury.git] / src / wolnelektury / static / 2022 / styles / layout / _download.scss
1 .l-download {
2   margin-bottom: 30px !important;
3   li {
4     display: flex;
5     align-items: center;
6     font-weight: $regular;
7     @include font-size(18px);
8     line-height: 150%;
9     padding-top: 10px;
10     padding-bottom: 10px;
11     border-bottom: 1px solid #D9D9D9;
12
13     a {
14       margin-right: 0;
15       margin-left: auto;
16       width: 108px;
17       height: 40px;
18       display: flex;
19       align-items: center;
20       justify-content: center;
21       color: $color-white !important;
22       background: #007880;
23       border-radius: 5px;
24
25       &:hover {
26         text-decoration: none !important;
27         background: darken(#007880, 2%);
28       }
29     }
30   }
31 }