관리-도구
편집 파일: page-misc.scss
// ================================================================================================ // File Name: page-misc.scss // Description: Coming Soon pages custom scss // ---------------------------------------------------------------------------------------------- // Item Name: Ultimate SMS - Bulk SMS Application For Marketing // Author: Codeglen // Author URL: https://codecanyon.net/user/codeglen // ================================================================================================ $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; } } } @media (max-height: 625px) { .misc-wrapper { .misc-inner { margin-top: 4rem; } } }