mirror of
https://github.com/tornadocash/trusted-setup-server.git
synced 2024-10-31 23:55:20 +01:00
37 lines
747 B
SCSS
37 lines
747 B
SCSS
@import 'components/base';
|
|
@import 'components/header';
|
|
@import 'components/button';
|
|
@import 'components/ceremony';
|
|
@import 'components/loading';
|
|
@import 'components/table';
|
|
@import 'components/dropdown';
|
|
@import 'components/icon';
|
|
@import 'components/pagination';
|
|
@import 'components/status';
|
|
@import 'components/fieldset';
|
|
@import 'components/form';
|
|
|
|
.wrapper {
|
|
display: flex;
|
|
flex-direction: column;
|
|
min-height: 100vh;
|
|
background: url('../img/bg.png') repeat;
|
|
background-size: 40px 164px;
|
|
|
|
> .main-content {
|
|
flex: 1;
|
|
}
|
|
}
|
|
|
|
.title {
|
|
transition: color .15s ease-in-out;
|
|
}
|
|
|
|
.input {
|
|
transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
|
|
}
|
|
|
|
.box {
|
|
border: 1px solid #393939;
|
|
}
|