Template: Round button/styles.css

(formatting)
No edit summary
Line 1: Line 1:
.roundbutton {
.tpl-round-button {
     display: inline-block;
     display: inline-block;
     border-radius: 50%;
     border-radius: 50%;
Line 9: Line 9:
     margin-bottom: 0.5em;
     margin-bottom: 0.5em;
     text-align: center;
     text-align: center;
    background-color: #53946b;
}
}


.roundbutton-large {
.tpl-round-button-large {
    display: inline-block;
    border-radius: 50%;
    color: #ffffff;
     width: 68px;
     width: 68px;
     height: 68px;
     height: 68px;
     padding: 15px;
     padding: 15px;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
    text-align: center;
}
}

Revision as of 09:04, 21 July 2021

.tpl-round-button {
    display: inline-block;
    border-radius: 50%;
    color: #ffffff;
    width: 54px;
    height: 54px;
    padding: 12px;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
    text-align: center;
    background-color: #53946b;
}

.tpl-round-button-large {
    width: 68px;
    height: 68px;
    padding: 15px;
}
Discuss this page