mirror of https://github.com/Requarks/wiki.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
553 B
27 lines
553 B
|
|
$primary: 'indigo';
|
|
|
|
@import 'core-client/scss/core';
|
|
@import 'core-client/scss/components/button';
|
|
@import 'core-client/scss/components/footer';
|
|
@import 'core-client/scss/components/form';
|
|
@import 'core-client/scss/components/grid';
|
|
@import 'core-client/scss/components/modal';
|
|
@import 'core-client/scss/components/nav';
|
|
@import 'core-client/scss/components/panel';
|
|
@import 'core-client/scss/components/typography';
|
|
|
|
.welcome {
|
|
text-align: center;
|
|
padding: 25px 0 0;
|
|
color: mc('grey', '700');
|
|
|
|
h1 {
|
|
margin-top: 5px;
|
|
}
|
|
|
|
h2 {
|
|
margin: 0;
|
|
}
|
|
|
|
}
|