Template: Round button/styles.css
wmau>Samwilson No edit summary |
m (1 revision imported) |
||
(No difference)
|
Latest revision as of 10:24, 2 March 2024
.tpl-round-button {
display: inline-block;
width: 54px;
height: 54px;
margin-right: 1.5em;
margin-bottom: 1.5em;
}
.tpl-round-button a {
border-radius: 50%;
color: #ffffff;
text-align: center;
background-color: #53946b;
overflow: hidden;
display: flex;
align-items: center;
justify-content: space-evenly;
width: 100%;
height: 100%;
padding: 12px;
}
.tpl-round-button-large {
width: 68px;
height: 68px;
}
.tpl-round-button-large a {
padding: 15px;
font-size: larger;
}
.tpl-round-button-large a:hover {
text-decoration: none;
opacity: 0.8;
}
.tpl-round-button-gold a {
color: black;
background-color: #E5B921;
}