2018-07-12 06:50:53 +00:00
|
|
|
html {
|
2018-01-23 18:00:55 +00:00
|
|
|
background-color: #232629;
|
2018-07-12 06:50:53 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
2018-01-23 18:00:55 +00:00
|
|
|
color: #eff0f1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.title {
|
|
|
|
color: #eff0f1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subtitle {
|
|
|
|
color: #bdc3c7;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subtitle strong {
|
|
|
|
color: #bdc3c7;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
2018-04-25 14:11:15 +00:00
|
|
|
color: #3794d2;
|
2018-01-23 18:00:55 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
a:hover {
|
2018-04-25 14:11:15 +00:00
|
|
|
color: #60a8dc;
|
2018-01-23 18:00:55 +00:00
|
|
|
}
|
|
|
|
|
2018-01-23 22:10:17 +00:00
|
|
|
hr {
|
|
|
|
background-color: #898b8d;
|
|
|
|
}
|
2018-01-24 15:31:23 +00:00
|
|
|
|
2018-03-24 16:45:51 +00:00
|
|
|
.input.is-active,
|
|
|
|
.input.is-focused,
|
|
|
|
.input:active,
|
|
|
|
.input:focus,
|
|
|
|
.textarea.is-active,
|
|
|
|
.textarea.is-focused,
|
|
|
|
.textarea:active,
|
|
|
|
.textarea:focus {
|
2018-04-25 14:11:15 +00:00
|
|
|
border-color: #3794d2;
|
2018-03-19 16:51:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.table.is-hoverable tbody tr:not(.is-selected):hover {
|
|
|
|
background-color: #4d4d4d;
|
|
|
|
}
|
|
|
|
|
2018-03-24 16:45:51 +00:00
|
|
|
.table td,
|
|
|
|
.table th {
|
2018-03-19 16:51:39 +00:00
|
|
|
vertical-align: middle;
|
|
|
|
}
|
2018-03-19 17:18:29 +00:00
|
|
|
|
2018-03-24 13:52:47 +00:00
|
|
|
.help {
|
|
|
|
color: #7f8c8d;
|
|
|
|
}
|
2018-03-28 20:05:01 +00:00
|
|
|
|
|
|
|
.input::-moz-placeholder {
|
|
|
|
color: #7f8c8d;
|
|
|
|
}
|
|
|
|
|
|
|
|
.input::-webkit-input-placeholder {
|
|
|
|
color: #7f8c8d;
|
|
|
|
}
|
|
|
|
|
|
|
|
.input:-moz-placeholder {
|
|
|
|
color: #7f8c8d;
|
|
|
|
}
|
|
|
|
|
|
|
|
.input:-ms-input-placeholder {
|
|
|
|
color: #7f8c8d;
|
|
|
|
}
|
2018-05-06 14:14:57 +00:00
|
|
|
|
|
|
|
.button.is-breeze {
|
|
|
|
background-color: #3794d2;
|
|
|
|
border-color: transparent;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-breeze.is-hovered,
|
|
|
|
.button.is-breeze:hover {
|
|
|
|
background-color: #60a8dc;
|
|
|
|
border-color: transparent;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-breeze.is-active,
|
|
|
|
.button.is-breeze:active {
|
|
|
|
background-color: #60a8dc;
|
|
|
|
border-color: transparent;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-breeze.is-focus,
|
|
|
|
.button.is-breeze:focus {
|
|
|
|
border-color: transparent;
|
|
|
|
color: #fff;
|
|
|
|
}
|