updux/docs/styles/iframe.css

13 lines
208 B
CSS
Raw Normal View History

2021-10-12 17:11:32 +00:00
.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;
}