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