tornado-initiation-ui/assets/styles/app.scss
Danil Kovtonyuk c20d518413 update header
scroll top steps
2020-10-13 17:49:08 +10:00

38 lines
633 B
SCSS

.wrapper {
display: flex;
flex-direction: column;
min-height: 100vh;
background: linear-gradient(180deg, #181818 0%, #000000 100%);
background-attachment: fixed;
> .main-content {
flex: 1;
}
}
@import 'components/font';
@import 'components/base';
@import 'components/button';
@import 'components/icons';
@import 'components/step';
@import 'components/header';
.title {
span {
color: $primary;
}
&.is-14px {
font-size: 0.875rem;
}
}
.tornado-discoverer {
margin-top: -3.5rem;
background-image: url('../images/discoverer.svg');
background-size: contain;
background-repeat: no-repeat;
}