35 lines
781 B
CSS
Executable File
35 lines
781 B
CSS
Executable File
/*========== Coming Soon Background Image =========*/
|
|
.comingsoonVideo .app-content .coming-soon-content {
|
|
z-index: 99; }
|
|
|
|
.clockCard {
|
|
float: left;
|
|
border-radius: .50rem; }
|
|
|
|
.comingsoonOne {
|
|
background-image: url(../../../app-assets/images/backgrounds/bg-12.jpg);
|
|
background-repeat: no-repeat;
|
|
background-size: cover; }
|
|
|
|
.getting-started {
|
|
font-size: 2.4rem;
|
|
border-radius: 60px;
|
|
min-width: 360px; }
|
|
|
|
.countdownFormat {
|
|
font-size: 16px;
|
|
padding-bottom: 0px; }
|
|
|
|
.socialIcon i {
|
|
font-size: 28px;
|
|
padding: 5px; }
|
|
|
|
/*========== Coming Soon Flat Design =========*/
|
|
.clockFormat {
|
|
border-radius: 60px; }
|
|
|
|
.comingsoonFlat {
|
|
background-image: url(../../../app-assets/images/backgrounds/bg-14.jpg);
|
|
background-repeat: no-repeat;
|
|
background-size: cover; }
|