mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
17 lines
256 B
SCSS
17 lines
256 B
SCSS
.gated-layout {
|
|
display: flex;
|
|
min-height: 100vh;
|
|
align-items: center;
|
|
justify-content: center;
|
|
|
|
.flash-message {
|
|
border: 0;
|
|
}
|
|
a.external-link {
|
|
img {
|
|
height: 12px;
|
|
width: 12px;
|
|
margin-left: $pad-xsmall;
|
|
}
|
|
}
|
|
}
|