this repo has no description
1button,
2.button,
3a.button {
4 position: relative;
5 display: flex;
6 align-items: center;
7 justify-content: center;
8 padding: 8px 18px;
9 margin-bottom: 5px;
10 text-decoration: none;
11 text-align: center;
12 border-radius: 8px;
13 border: 1px solid transparent;
14 appearance: none;
15 cursor: pointer;
16 outline: none;
17}
18
19a.read-more,
20a.read-more:hover,
21a.read-more:active {
22 display: inline-flex;
23 background: none;
24 box-shadow: none;
25 padding: 0;
26 margin: 20px 0;
27 max-width: 100%;
28}
29