debian-mirror-gitlab/app/assets/stylesheets/page_bundles/signup.scss

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

23 lines
311 B
SCSS
Raw Normal View History

2021-01-03 14:25:43 +05:30
@import 'mixins_and_variables_and_functions';
.signup-page {
.devise-errors {
h2 {
font-size: $gl-font-size;
color: var(--red-700, $red-700);
}
}
.omniauth-divider {
2023-07-09 08:55:56 +05:30
@include omniauth-divider;
2021-01-03 14:25:43 +05:30
}
.decline-page {
width: 350px;
}
}
2021-03-11 19:13:27 +05:30
.edit-profile {
max-width: 460px;
}