mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 19:27:52 +01:00
* Install jsbundling-rails, uninstall rails/webpacker * Remove outdated step from run-tests workflow * Use cssbundling-rails for CSS
51 lines
744 B
SCSS
51 lines
744 B
SCSS
.authenticationIndexPage {
|
|
h2 { @extend .mb-3; }
|
|
|
|
.oauthProvidersTitle {
|
|
@extend .d-flex;
|
|
|
|
button {
|
|
@extend .ml-2;
|
|
|
|
height: min-content;
|
|
}
|
|
}
|
|
|
|
.oAuthsList {
|
|
@extend .pl-1;
|
|
|
|
list-style: none;
|
|
|
|
.oAuthListItem {
|
|
@extend
|
|
.d-flex,
|
|
.justify-content-between,
|
|
.my-2,
|
|
.p-3;
|
|
|
|
.oAuthInfo {
|
|
@extend .d-flex;
|
|
|
|
column-gap: 32px;
|
|
|
|
.oAuthLogo { border-radius: 100%; align-self: center; }
|
|
|
|
.oAuthName { font-size: 18px; }
|
|
}
|
|
|
|
.oAuthActions {
|
|
@extend .d-flex;
|
|
|
|
align-self: center;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.authenticationFormPage {
|
|
a.backButton {
|
|
@extend .mb-2, .align-self-start;
|
|
|
|
font-size: 18px;
|
|
}
|
|
} |