You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
703 B
21 lines
703 B
// ================================================================================================ |
|
// File Name: coming-soon.scss |
|
// Description: Coming Soon pages custom scss |
|
// ---------------------------------------------------------------------------------------------- |
|
// Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template |
|
// Author: PIXINVENT |
|
// Author URL: http://www.themeforest.net/user/pixinvent |
|
// ================================================================================================ |
|
|
|
/*========== Coming Soon Background Image =========*/ |
|
|
|
.clockCard { |
|
float: left; |
|
} |
|
|
|
.getting-started { |
|
font-size: 3rem; |
|
} |
|
.lead { |
|
font-size: 1rem; |
|
}
|
|
|