File "ep-countdown.scss"
Full path: /home/kosmetik/public_html/wp-content/plugins/elements-plus/assets/sass/ep-countdown.scss
File
size: 666 B
MIME-type: text/plain
Charset: utf-8
Download Open Edit Advanced Editor Back
.elements-plus-countdown-wrap {
display: flex;
align-items: center;
justify-content: center;
text-align: center;
color: #fff;
.elements-plus-countdown-item {
text-align: center;
background-color: #000;
padding: 10px 15px;
border-radius: 2px;
color: #fff;
line-height: normal;
margin: 0 3px;
flex-grow: 1;
flex-basis: 0;
}
.elements-plus-countdown-number {
font-weight: bold;
margin: 0 0 5px;
line-height: normal;
color: #fff;
&:only-child {
margin: 0;
}
}
.elements-plus-countdown-label {
font-weight: normal;
margin: 0;
font-size: inherit;
color: #fff;
}
}