2024-06-27 15:35:57 +02:00

34 lines
614 B
SCSS

// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
//
// Copyright (c) KALEIDOS INC
.main-content {
display: flex;
height: 100%;
position: relative;
}
.dashboard-content {
display: flex;
flex-direction: column;
position: relative;
}
.verify-token {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
svg#loader-pencil {
fill: $color-gray-50;
}
}
#screenshot {
display: flex;
flex-direction: column;
}