21 lines
402 B
SCSS
21 lines
402 B
SCSS
/**
|
|
* Flatlogic Dashboards (https://flatlogic.com/admin-dashboards)
|
|
*
|
|
* Copyright © 2015-present Flatlogic, LLC. All rights reserved.
|
|
*
|
|
* This source code is licensed under the MIT license found in the
|
|
* LICENSE.txt file in the root directory of this source tree.
|
|
*/
|
|
|
|
@use '../../styles/app' as *;
|
|
|
|
.root {
|
|
padding-top: 20vh;
|
|
text-align: center;
|
|
}
|
|
|
|
.title {
|
|
font-size: 80px;
|
|
}
|
|
|