Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
|
- // ================================================================================================
- // File Name: page-misc.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
- // ================================================================================================
-
- $misc-inner-max-width: 750px;
-
- .misc-wrapper {
- display: flex;
- flex-basis: 100%;
- min-height: 100vh;
- width: 100%;
- align-items: center;
- justify-content: center;
-
- .misc-inner {
- position: relative;
- max-width: $misc-inner-max-width;
- }
-
- .brand-logo {
- display: flex;
- justify-content: center;
- position: absolute;
- top: 2rem;
- left: 2rem;
- margin: 0;
-
- .brand-text {
- font-weight: 600;
- }
- }
- }
|