2016-12-01 20:17:26 +00:00
|
|
|
.theme-body {
|
2020-12-22 07:07:28 +00:00
|
|
|
background-color: #0f1218;
|
|
|
|
color: #c8d1d9;
|
2016-12-01 20:17:26 +00:00
|
|
|
font-family: 'Source Sans Pro', Helvetica, sans-serif;
|
|
|
|
}
|
|
|
|
|
|
|
|
.theme-navbar {
|
2020-12-22 07:07:28 +00:00
|
|
|
background-color: #161b22;
|
2016-12-01 20:17:26 +00:00
|
|
|
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
|
2020-12-22 07:07:28 +00:00
|
|
|
color: #161B2B;
|
2016-12-01 20:17:26 +00:00
|
|
|
font-size: 13px;
|
|
|
|
font-weight: 100;
|
|
|
|
height: 46px;
|
|
|
|
overflow: hidden;
|
|
|
|
padding: 0 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.theme-navbar__logo-wrap {
|
|
|
|
display: inline-block;
|
|
|
|
height: 100%;
|
|
|
|
overflow: hidden;
|
|
|
|
padding: 10px 15px;
|
|
|
|
width: 300px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.theme-navbar__logo {
|
|
|
|
height: 100%;
|
|
|
|
max-height: 25px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.theme-heading {
|
|
|
|
font-size: 20px;
|
|
|
|
font-weight: 500;
|
|
|
|
margin-top: 0;
|
2020-12-22 07:07:28 +00:00
|
|
|
color: #c8d1d9;
|
2016-12-01 20:17:26 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.theme-panel {
|
2020-12-22 07:07:28 +00:00
|
|
|
background-color: #161b22;
|
2016-12-01 20:17:26 +00:00
|
|
|
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
|
|
|
|
padding: 30px;
|
|
|
|
}
|
|
|
|
|
2016-12-01 22:06:08 +00:00
|
|
|
.theme-btn-provider {
|
2020-12-22 07:07:28 +00:00
|
|
|
background-color: #1e242d;
|
|
|
|
color: #c8d1d9;
|
|
|
|
border: 1px solid #30373c;
|
2016-12-01 22:06:08 +00:00
|
|
|
min-width: 250px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.theme-btn-provider:hover {
|
2021-01-12 18:20:38 +00:00
|
|
|
background-color: #212731;
|
2020-11-07 22:12:06 +00:00
|
|
|
color: #ffffff;
|
2016-12-01 22:06:08 +00:00
|
|
|
}
|
|
|
|
|
2016-12-01 20:17:26 +00:00
|
|
|
.theme-btn--primary {
|
2020-12-22 07:07:28 +00:00
|
|
|
background-color: #1e242d;
|
2016-12-01 20:17:26 +00:00
|
|
|
border: none;
|
2020-12-22 07:07:28 +00:00
|
|
|
color: #c8d1d9;
|
2016-12-01 20:17:26 +00:00
|
|
|
min-width: 200px;
|
|
|
|
padding: 6px 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.theme-btn--primary:hover {
|
2021-01-12 18:20:38 +00:00
|
|
|
background-color: #212731;
|
2020-11-07 22:12:06 +00:00
|
|
|
color: #e9e9e9;
|
2016-12-01 20:17:26 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.theme-btn--success {
|
2021-01-12 18:20:38 +00:00
|
|
|
background-color: #1891bb;
|
2020-11-07 22:12:06 +00:00
|
|
|
color: #e9e9e9;
|
2016-12-01 20:17:26 +00:00
|
|
|
width: 250px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.theme-btn--success:hover {
|
2021-01-12 18:20:38 +00:00
|
|
|
background-color: #1da5d4;
|
2016-12-01 20:17:26 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.theme-form-row {
|
|
|
|
display: block;
|
|
|
|
margin: 20px auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.theme-form-input {
|
|
|
|
display: block;
|
|
|
|
height: 36px;
|
|
|
|
padding: 6px 12px;
|
2020-11-07 22:12:06 +00:00
|
|
|
font-size: 14px;
|
|
|
|
line-height: 1.42857143;
|
2021-01-12 18:20:38 +00:00
|
|
|
border: 1px solid #515559;
|
2020-11-07 22:12:06 +00:00
|
|
|
border-radius: 4px;
|
2021-01-12 18:20:38 +00:00
|
|
|
color: #c8d1d9;
|
|
|
|
background-color: #0f1218;
|
2020-11-07 22:12:06 +00:00
|
|
|
box-shadow: inset 0 1px 1px rgb(27, 40, 46);
|
2016-12-01 20:17:26 +00:00
|
|
|
width: 250px;
|
2020-11-07 22:12:06 +00:00
|
|
|
margin: auto;
|
2016-12-01 20:17:26 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.theme-form-input:focus,
|
|
|
|
.theme-form-input:active {
|
|
|
|
outline: none;
|
2021-01-12 18:20:38 +00:00
|
|
|
border-color: #f8f9f9;
|
|
|
|
color: #c8d1d9;
|
2016-12-01 20:17:26 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.theme-form-label {
|
2020-11-07 22:12:06 +00:00
|
|
|
width: 250px;
|
2016-12-01 20:17:26 +00:00
|
|
|
margin: 4px auto;
|
|
|
|
text-align: left;
|
2020-11-07 22:12:06 +00:00
|
|
|
position: relative;
|
|
|
|
font-size: 13px;
|
|
|
|
font-weight: 600;
|
2020-12-22 07:07:28 +00:00
|
|
|
color: #c8d1d9;
|
2016-12-01 20:17:26 +00:00
|
|
|
}
|
2017-11-09 15:20:20 +00:00
|
|
|
|
|
|
|
.theme-link-back {
|
2020-12-22 07:07:28 +00:00
|
|
|
margin-top: 4px;
|
2020-11-07 22:12:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.dex-container {
|
2020-12-22 07:07:28 +00:00
|
|
|
color: #c8d1d9;
|
2017-11-09 15:20:20 +00:00
|
|
|
}
|