* Remove all references to VerifySetupCompleted to remove setup banner * Removes setup banner-related specs * Adjusts the title in activateMissingKeysModal * Adds the show expand classes to getStartedBodyContainer in show.html.erb
23 lines
323 B
SCSS
23 lines
323 B
SCSS
.crayons-header,
|
|
.crayons-footer {
|
|
display: none;
|
|
}
|
|
body.default-header {
|
|
padding-top: 0;
|
|
min-height: 100vh;
|
|
}
|
|
|
|
#page-content {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
#page-content-inner {
|
|
display: flex;
|
|
flex: 1;
|
|
background: white;
|
|
}
|
|
|
|
[data-creator-settings-target='previewLogo'] {
|
|
max-height: 80px;
|
|
}
|