More actions
Created page with ".tipbox { overflow: auto; border-radius:6px; background-color: var(--card-background); padding: 10px; font-size: 15px; margin-top: 25px; } .tipbox-header { position: absolute; margin-top: -1.5em; font-weight: bold; border-radius: 6px; font-family: 'Saira Condensed','Nunito','Saira',system-ui,-apple-system,sans-serif; letter-spacing: 0.75px; text-transform: uppercase; display: inline-block; padding: 0 10px; background-color: var(--color-primary); } .to..." |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 21: | Line 21: | ||
} | } | ||
. | .tipbox-content { | ||
align-items: center; | align-items: center; | ||
display: flex; | display: flex; | ||
Line 27: | Line 27: | ||
} | } | ||
. | .tipbox-icon { | ||
width: 50px; | width: 50px; | ||
height: auto; | height: auto; | ||
opacity: 0.8; | opacity: 0.8; | ||
margin-right: | margin-right: 20px; | ||
float: left; | float: left; | ||
} | } |
Latest revision as of 16:36, 4 July 2024
.tipbox {
overflow: auto;
border-radius:6px;
background-color: var(--card-background);
padding: 10px;
font-size: 15px;
margin-top: 25px;
}
.tipbox-header {
position: absolute;
margin-top: -1.5em;
font-weight: bold;
border-radius: 6px;
font-family: 'Saira Condensed','Nunito','Saira',system-ui,-apple-system,sans-serif;
letter-spacing: 0.75px;
text-transform: uppercase;
display: inline-block;
padding: 0 10px;
background-color: var(--color-primary);
}
.tipbox-content {
align-items: center;
display: flex;
margin-top: 8px;
}
.tipbox-icon {
width: 50px;
height: auto;
opacity: 0.8;
margin-right: 20px;
float: left;
}