13 lines
208 B
CSS
13 lines
208 B
CSS
.bd__button {
|
|
padding: 10px 0;
|
|
text-align: right;
|
|
}
|
|
.bd__button > a{
|
|
font-weight: 100;
|
|
text-decoration: none;
|
|
color: #BDC3CB;
|
|
font-family: sans-serif;
|
|
}
|
|
.bd__button > a:hover {
|
|
color: #798897;
|
|
} |