mirror of https://github.com/requarks/wiki
parent
51cd37fd05
commit
72e3bacc2e
@ -0,0 +1,48 @@
|
|||||||
|
.icons {
|
||||||
|
display: inline-block;
|
||||||
|
color: mc('grey', '800');
|
||||||
|
|
||||||
|
&.is-text {
|
||||||
|
display: inline-block;
|
||||||
|
width: 1em;
|
||||||
|
height: 1em;
|
||||||
|
vertical-align: middle;
|
||||||
|
position: relative;
|
||||||
|
top: -0.0625em;
|
||||||
|
stroke: none;
|
||||||
|
fill: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
&.is-16 {
|
||||||
|
width: 16px;
|
||||||
|
height: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
&.is-18 {
|
||||||
|
width: 18px;
|
||||||
|
height: 18px;
|
||||||
|
}
|
||||||
|
|
||||||
|
&.is-20 {
|
||||||
|
width: 20px;
|
||||||
|
height: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
&.is-24 {
|
||||||
|
width: 24px;
|
||||||
|
height: 24px;
|
||||||
|
}
|
||||||
|
|
||||||
|
&.has-right-pad {
|
||||||
|
margin-right: .5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
&.is-outlined {
|
||||||
|
stroke-width: 2px;
|
||||||
|
use {
|
||||||
|
fill: inherit;
|
||||||
|
stroke: mc('grey', '800');
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
@ -1,81 +0,0 @@
|
|||||||
@charset "utf-8";
|
|
||||||
|
|
||||||
$primary: 'indigo';
|
|
||||||
|
|
||||||
@import "base/variables";
|
|
||||||
@import "base/colors";
|
|
||||||
@import "base/reset";
|
|
||||||
@import "base/mixins";
|
|
||||||
@import "base/fonts";
|
|
||||||
@import "base/base";
|
|
||||||
|
|
||||||
@import "libs/animate";
|
|
||||||
|
|
||||||
@import 'components/button';
|
|
||||||
@import 'components/footer';
|
|
||||||
@import 'components/form';
|
|
||||||
@import 'components/grid';
|
|
||||||
@import 'components/modal';
|
|
||||||
@import 'components/nav';
|
|
||||||
@import 'components/panel';
|
|
||||||
@import 'components/typography';
|
|
||||||
|
|
||||||
.welcome {
|
|
||||||
text-align: center;
|
|
||||||
padding: 50px 0 15px 0;
|
|
||||||
color: mc('grey', '700');
|
|
||||||
|
|
||||||
h2 {
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
i.icon-loader {
|
|
||||||
display: inline-block;
|
|
||||||
color: mc('indigo', '500')
|
|
||||||
}
|
|
||||||
i.icon-check {
|
|
||||||
color: mc('green', '500')
|
|
||||||
}
|
|
||||||
i.icon-square-cross {
|
|
||||||
color: mc('red', '500')
|
|
||||||
}
|
|
||||||
i.icon-warning-outline {
|
|
||||||
color: mc('orange', '500')
|
|
||||||
}
|
|
||||||
|
|
||||||
.tst-welcome-leave-active, .tst-welcome-enter-active {
|
|
||||||
transition: all .5s;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
.tst-welcome-leave, .tst-welcome-enter-to {
|
|
||||||
opacity: 1;
|
|
||||||
max-height: 200px;
|
|
||||||
}
|
|
||||||
.tst-welcome-leave-to, .tst-welcome-enter {
|
|
||||||
opacity: 0;
|
|
||||||
max-height: 0;
|
|
||||||
padding-top: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.progress-bar {
|
|
||||||
width: 150px;
|
|
||||||
height: 10px;
|
|
||||||
background-color: mc('indigo', '50');
|
|
||||||
border:1px solid mc('indigo', '100');
|
|
||||||
border-radius: 3px;
|
|
||||||
position: absolute;
|
|
||||||
left: 15px;
|
|
||||||
top: 21px;
|
|
||||||
padding: 1px;
|
|
||||||
|
|
||||||
> div {
|
|
||||||
width: 5px;
|
|
||||||
height: 6px;
|
|
||||||
background-color: mc('indigo', '200');
|
|
||||||
border-radius: 2px;
|
|
||||||
transition: all 1s ease;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
@ -1,15 +0,0 @@
|
|||||||
.welcome {
|
|
||||||
text-align: center;
|
|
||||||
padding: 50px 0;
|
|
||||||
color: mc('grey', '700');
|
|
||||||
|
|
||||||
h1 {
|
|
||||||
margin-top: 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
h2 {
|
|
||||||
margin-top: 15px;
|
|
||||||
margin-bottom: 50px;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
After Width: | Height: | Size: 22 KiB |
Loading…
Reference in new issue