|
|
@ -483,7 +483,7 @@ mark, |
|
|
|
padding: 0.25rem; |
|
|
|
background-color: #0c0c0c; |
|
|
|
border: 1px solid #4a4b4c; |
|
|
|
border-radius: 0.25rem; |
|
|
|
border-radius: 0.35rem; |
|
|
|
max-width: 100%; |
|
|
|
height: auto; |
|
|
|
} |
|
|
@ -1713,7 +1713,7 @@ pre code { |
|
|
|
background-color: #fff; |
|
|
|
background-clip: padding-box; |
|
|
|
border: 1px solid #35414c; |
|
|
|
border-radius: 0.25rem; |
|
|
|
border-radius: 0.35rem; |
|
|
|
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; |
|
|
|
} |
|
|
|
|
|
|
@ -1897,7 +1897,7 @@ textarea.form-control { |
|
|
|
line-height: 1.5; |
|
|
|
color: #fff; |
|
|
|
background-color: #28a745; |
|
|
|
border-radius: 0.25rem; |
|
|
|
border-radius: 0.35rem; |
|
|
|
} |
|
|
|
|
|
|
|
.was-validated .form-control:valid, .form-control.is-valid { |
|
|
@ -2020,7 +2020,7 @@ textarea.form-control { |
|
|
|
line-height: 1.5; |
|
|
|
color: #fff; |
|
|
|
background-color: #dc3545; |
|
|
|
border-radius: 0.25rem; |
|
|
|
border-radius: 0.35rem; |
|
|
|
} |
|
|
|
|
|
|
|
.was-validated .form-control:invalid, .form-control.is-invalid { |
|
|
@ -2194,7 +2194,7 @@ textarea.form-control { |
|
|
|
padding: 0.375rem 0.75rem; |
|
|
|
font-size: 1rem; |
|
|
|
line-height: 1.5; |
|
|
|
border-radius: 0.25rem; |
|
|
|
border-radius: 0.35rem; |
|
|
|
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; |
|
|
|
} |
|
|
|
|
|
|
@ -2875,7 +2875,7 @@ input[type="button"].btn-block { |
|
|
|
background-color: #000; |
|
|
|
background-clip: padding-box; |
|
|
|
border: 1px solid rgba(255, 255, 255, 0.25); |
|
|
|
border-radius: 0.25rem; |
|
|
|
border-radius: 0.35rem; |
|
|
|
} |
|
|
|
|
|
|
|
.dropdown-menu-left { |
|
|
@ -3318,7 +3318,7 @@ input[type="button"].btn-block { |
|
|
|
white-space: nowrap; |
|
|
|
background-color: #e9ecef; |
|
|
|
border: 1px solid #35414c; |
|
|
|
border-radius: 0.25rem; |
|
|
|
border-radius: 0.35rem; |
|
|
|
} |
|
|
|
|
|
|
|
.input-group-text input[type="radio"], |
|
|
@ -3462,7 +3462,7 @@ input[type="button"].btn-block { |
|
|
|
} |
|
|
|
|
|
|
|
.custom-checkbox .custom-control-label::before { |
|
|
|
border-radius: 0.25rem; |
|
|
|
border-radius: 0.35rem; |
|
|
|
} |
|
|
|
|
|
|
|
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after { |
|
|
@ -3547,7 +3547,7 @@ input[type="button"].btn-block { |
|
|
|
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23161819' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px; |
|
|
|
background-color: #fff; |
|
|
|
border: 1px solid #35414c; |
|
|
|
border-radius: 0.25rem; |
|
|
|
border-radius: 0.35rem; |
|
|
|
appearance: none; |
|
|
|
} |
|
|
|
|
|
|
@ -3640,7 +3640,7 @@ input[type="button"].btn-block { |
|
|
|
color: #202326; |
|
|
|
background-color: #fff; |
|
|
|
border: 1px solid #35414c; |
|
|
|
border-radius: 0.25rem; |
|
|
|
border-radius: 0.35rem; |
|
|
|
} |
|
|
|
|
|
|
|
.custom-file-label::after { |
|
|
@ -3657,7 +3657,7 @@ input[type="button"].btn-block { |
|
|
|
content: "Browse"; |
|
|
|
background-color: #e9ecef; |
|
|
|
border-left: inherit; |
|
|
|
border-radius: 0 0.25rem 0.25rem 0; |
|
|
|
border-radius: 0 0.35rem 0.35rem 0; |
|
|
|
} |
|
|
|
|
|
|
|
.custom-range { |
|
|
@ -3860,8 +3860,8 @@ input[type="button"].btn-block { |
|
|
|
|
|
|
|
.nav-tabs .nav-link { |
|
|
|
border: 1px solid transparent; |
|
|
|
border-top-left-radius: 0.25rem; |
|
|
|
border-top-right-radius: 0.25rem; |
|
|
|
border-top-left-radius: 0.35rem; |
|
|
|
border-top-right-radius: 0.35rem; |
|
|
|
} |
|
|
|
|
|
|
|
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus { |
|
|
@ -3888,7 +3888,7 @@ input[type="button"].btn-block { |
|
|
|
} |
|
|
|
|
|
|
|
.nav-pills .nav-link { |
|
|
|
border-radius: 0.25rem; |
|
|
|
border-radius: 0.35rem; |
|
|
|
} |
|
|
|
|
|
|
|
.nav-pills .nav-link.active, |
|
|
@ -3983,7 +3983,7 @@ input[type="button"].btn-block { |
|
|
|
line-height: 1; |
|
|
|
background-color: transparent; |
|
|
|
border: 1px solid transparent; |
|
|
|
border-radius: 0.25rem; |
|
|
|
border-radius: 0.35rem; |
|
|
|
} |
|
|
|
|
|
|
|
.navbar-toggler:hover, .navbar-toggler:focus { |
|
|
@ -4286,8 +4286,8 @@ input[type="button"].btn-block { |
|
|
|
word-wrap: break-word; |
|
|
|
background-color: #161819; |
|
|
|
background-clip: border-box; |
|
|
|
border: 1px solid rgba(0, 0, 0, 0.125); |
|
|
|
border-radius: 0.25rem; |
|
|
|
border: 1px solid rgba(0, 0, 0, 0.5); |
|
|
|
border-radius: 0.35rem; |
|
|
|
} |
|
|
|
|
|
|
|
.card > hr { |
|
|
@ -4296,13 +4296,13 @@ input[type="button"].btn-block { |
|
|
|
} |
|
|
|
|
|
|
|
.card > .list-group:first-child .list-group-item:first-child { |
|
|
|
border-top-left-radius: 0.25rem; |
|
|
|
border-top-right-radius: 0.25rem; |
|
|
|
border-top-left-radius: 0.35rem; |
|
|
|
border-top-right-radius: 0.35rem; |
|
|
|
} |
|
|
|
|
|
|
|
.card > .list-group:last-child .list-group-item:last-child { |
|
|
|
border-bottom-right-radius: 0.25rem; |
|
|
|
border-bottom-left-radius: 0.25rem; |
|
|
|
border-bottom-right-radius: 0.35rem; |
|
|
|
border-bottom-left-radius: 0.35rem; |
|
|
|
} |
|
|
|
|
|
|
|
.card-body { |
|
|
@ -4335,11 +4335,11 @@ input[type="button"].btn-block { |
|
|
|
padding: 0.75rem 1.25rem; |
|
|
|
margin-bottom: 0; |
|
|
|
background-color: rgba(255, 255, 255, 0.05); |
|
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.125); |
|
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.5); |
|
|
|
} |
|
|
|
|
|
|
|
.card-header:first-child { |
|
|
|
border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; |
|
|
|
border-radius: calc(0.35rem - 1px) calc(0.35rem - 1px) 0 0; |
|
|
|
} |
|
|
|
|
|
|
|
.card-header + .list-group .list-group-item:first-child { |
|
|
@ -4349,11 +4349,11 @@ input[type="button"].btn-block { |
|
|
|
.card-footer { |
|
|
|
padding: 0.75rem 1.25rem; |
|
|
|
background-color: rgba(255, 255, 255, 0.05); |
|
|
|
border-top: 1px solid rgba(0, 0, 0, 0.125); |
|
|
|
border-top: 1px solid rgba(0, 0, 0, 0.5); |
|
|
|
} |
|
|
|
|
|
|
|
.card-footer:last-child { |
|
|
|
border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); |
|
|
|
border-radius: 0 0 calc(0.35rem - 1px) calc(0.35rem - 1px); |
|
|
|
} |
|
|
|
|
|
|
|
.card-header-tabs { |
|
|
@ -4379,19 +4379,19 @@ input[type="button"].btn-block { |
|
|
|
|
|
|
|
.card-img { |
|
|
|
width: 100%; |
|
|
|
border-radius: calc(0.25rem - 1px); |
|
|
|
border-radius: calc(0.35rem - 1px); |
|
|
|
} |
|
|
|
|
|
|
|
.card-img-top { |
|
|
|
width: 100%; |
|
|
|
border-top-left-radius: calc(0.25rem - 1px); |
|
|
|
border-top-right-radius: calc(0.25rem - 1px); |
|
|
|
border-top-left-radius: calc(0.35rem - 1px); |
|
|
|
border-top-right-radius: calc(0.35rem - 1px); |
|
|
|
} |
|
|
|
|
|
|
|
.card-img-bottom { |
|
|
|
width: 100%; |
|
|
|
border-bottom-right-radius: calc(0.25rem - 1px); |
|
|
|
border-bottom-left-radius: calc(0.25rem - 1px); |
|
|
|
border-bottom-right-radius: calc(0.35rem - 1px); |
|
|
|
border-bottom-left-radius: calc(0.35rem - 1px); |
|
|
|
} |
|
|
|
|
|
|
|
.card-deck { |
|
|
@ -4518,7 +4518,7 @@ input[type="button"].btn-block { |
|
|
|
margin-bottom: 1rem; |
|
|
|
list-style: none; |
|
|
|
background-color: #e9ecef; |
|
|
|
border-radius: 0.25rem; |
|
|
|
border-radius: 0.35rem; |
|
|
|
} |
|
|
|
|
|
|
|
.breadcrumb-item + .breadcrumb-item { |
|
|
@ -4544,7 +4544,7 @@ input[type="button"].btn-block { |
|
|
|
display: flex; |
|
|
|
padding-left: 0; |
|
|
|
list-style: none; |
|
|
|
border-radius: 0.25rem; |
|
|
|
border-radius: 0.35rem; |
|
|
|
} |
|
|
|
|
|
|
|
.page-link { |
|
|
@ -4574,13 +4574,13 @@ input[type="button"].btn-block { |
|
|
|
|
|
|
|
.page-item:first-child .page-link { |
|
|
|
margin-left: 0; |
|
|
|
border-top-left-radius: 0.25rem; |
|
|
|
border-bottom-left-radius: 0.25rem; |
|
|
|
border-top-left-radius: 0.35rem; |
|
|
|
border-bottom-left-radius: 0.35rem; |
|
|
|
} |
|
|
|
|
|
|
|
.page-item:last-child .page-link { |
|
|
|
border-top-right-radius: 0.25rem; |
|
|
|
border-bottom-right-radius: 0.25rem; |
|
|
|
border-top-right-radius: 0.35rem; |
|
|
|
border-bottom-right-radius: 0.35rem; |
|
|
|
} |
|
|
|
|
|
|
|
.page-item.active .page-link { |
|
|
@ -4639,7 +4639,7 @@ input[type="button"].btn-block { |
|
|
|
text-align: center; |
|
|
|
white-space: nowrap; |
|
|
|
vertical-align: baseline; |
|
|
|
border-radius: 0.25rem; |
|
|
|
border-radius: 0.35rem; |
|
|
|
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; |
|
|
|
} |
|
|
|
|
|
|
@ -4812,7 +4812,7 @@ a.badge-dark:focus, a.badge-dark.focus { |
|
|
|
padding: 0.75rem 1.25rem; |
|
|
|
margin-bottom: 1rem; |
|
|
|
border: 1px solid transparent; |
|
|
|
border-radius: 0.25rem; |
|
|
|
border-radius: 0.35rem; |
|
|
|
} |
|
|
|
|
|
|
|
.alert-heading { |
|
|
@ -4962,7 +4962,7 @@ a.badge-dark:focus, a.badge-dark.focus { |
|
|
|
overflow: hidden; |
|
|
|
font-size: 0.75rem; |
|
|
|
background-color: #e9ecef; |
|
|
|
border-radius: 0.25rem; |
|
|
|
border-radius: 0.35rem; |
|
|
|
} |
|
|
|
|
|
|
|
.progress-bar { |
|
|
@ -5041,14 +5041,14 @@ a.badge-dark:focus, a.badge-dark.focus { |
|
|
|
} |
|
|
|
|
|
|
|
.list-group-item:first-child { |
|
|
|
border-top-left-radius: 0.25rem; |
|
|
|
border-top-right-radius: 0.25rem; |
|
|
|
border-top-left-radius: 0.35rem; |
|
|
|
border-top-right-radius: 0.35rem; |
|
|
|
} |
|
|
|
|
|
|
|
.list-group-item:last-child { |
|
|
|
margin-bottom: 0; |
|
|
|
border-bottom-right-radius: 0.25rem; |
|
|
|
border-bottom-left-radius: 0.25rem; |
|
|
|
border-bottom-right-radius: 0.35rem; |
|
|
|
border-bottom-left-radius: 0.35rem; |
|
|
|
} |
|
|
|
|
|
|
|
.list-group-item.disabled, .list-group-item:disabled { |
|
|
@ -5074,15 +5074,15 @@ a.badge-dark:focus, a.badge-dark.focus { |
|
|
|
} |
|
|
|
|
|
|
|
.list-group-horizontal .list-group-item:first-child { |
|
|
|
border-top-left-radius: 0.25rem; |
|
|
|
border-bottom-left-radius: 0.25rem; |
|
|
|
border-top-left-radius: 0.35rem; |
|
|
|
border-bottom-left-radius: 0.35rem; |
|
|
|
border-top-right-radius: 0; |
|
|
|
} |
|
|
|
|
|
|
|
.list-group-horizontal .list-group-item:last-child { |
|
|
|
margin-right: 0; |
|
|
|
border-top-right-radius: 0.25rem; |
|
|
|
border-bottom-right-radius: 0.25rem; |
|
|
|
border-top-right-radius: 0.35rem; |
|
|
|
border-bottom-right-radius: 0.35rem; |
|
|
|
border-bottom-left-radius: 0; |
|
|
|
} |
|
|
|
|
|
|
@ -5095,14 +5095,14 @@ a.badge-dark:focus, a.badge-dark.focus { |
|
|
|
margin-bottom: 0; |
|
|
|
} |
|
|
|
.list-group-horizontal-sm .list-group-item:first-child { |
|
|
|
border-top-left-radius: 0.25rem; |
|
|
|
border-bottom-left-radius: 0.25rem; |
|
|
|
border-top-left-radius: 0.35rem; |
|
|
|
border-bottom-left-radius: 0.35rem; |
|
|
|
border-top-right-radius: 0; |
|
|
|
} |
|
|
|
.list-group-horizontal-sm .list-group-item:last-child { |
|
|
|
margin-right: 0; |
|
|
|
border-top-right-radius: 0.25rem; |
|
|
|
border-bottom-right-radius: 0.25rem; |
|
|
|
border-top-right-radius: 0.35rem; |
|
|
|
border-bottom-right-radius: 0.35rem; |
|
|
|
border-bottom-left-radius: 0; |
|
|
|
} |
|
|
|
} |
|
|
@ -5116,14 +5116,14 @@ a.badge-dark:focus, a.badge-dark.focus { |
|
|
|
margin-bottom: 0; |
|
|
|
} |
|
|
|
.list-group-horizontal-md .list-group-item:first-child { |
|
|
|
border-top-left-radius: 0.25rem; |
|
|
|
border-bottom-left-radius: 0.25rem; |
|
|
|
border-top-left-radius: 0.35rem; |
|
|
|
border-bottom-left-radius: 0.35rem; |
|
|
|
border-top-right-radius: 0; |
|
|
|
} |
|
|
|
.list-group-horizontal-md .list-group-item:last-child { |
|
|
|
margin-right: 0; |
|
|
|
border-top-right-radius: 0.25rem; |
|
|
|
border-bottom-right-radius: 0.25rem; |
|
|
|
border-top-right-radius: 0.35rem; |
|
|
|
border-bottom-right-radius: 0.35rem; |
|
|
|
border-bottom-left-radius: 0; |
|
|
|
} |
|
|
|
} |
|
|
@ -5137,14 +5137,14 @@ a.badge-dark:focus, a.badge-dark.focus { |
|
|
|
margin-bottom: 0; |
|
|
|
} |
|
|
|
.list-group-horizontal-lg .list-group-item:first-child { |
|
|
|
border-top-left-radius: 0.25rem; |
|
|
|
border-bottom-left-radius: 0.25rem; |
|
|
|
border-top-left-radius: 0.35rem; |
|
|
|
border-bottom-left-radius: 0.35rem; |
|
|
|
border-top-right-radius: 0; |
|
|
|
} |
|
|
|
.list-group-horizontal-lg .list-group-item:last-child { |
|
|
|
margin-right: 0; |
|
|
|
border-top-right-radius: 0.25rem; |
|
|
|
border-bottom-right-radius: 0.25rem; |
|
|
|
border-top-right-radius: 0.35rem; |
|
|
|
border-bottom-right-radius: 0.35rem; |
|
|
|
border-bottom-left-radius: 0; |
|
|
|
} |
|
|
|
} |
|
|
@ -5158,14 +5158,14 @@ a.badge-dark:focus, a.badge-dark.focus { |
|
|
|
margin-bottom: 0; |
|
|
|
} |
|
|
|
.list-group-horizontal-xl .list-group-item:first-child { |
|
|
|
border-top-left-radius: 0.25rem; |
|
|
|
border-bottom-left-radius: 0.25rem; |
|
|
|
border-top-left-radius: 0.35rem; |
|
|
|
border-bottom-left-radius: 0.35rem; |
|
|
|
border-top-right-radius: 0; |
|
|
|
} |
|
|
|
.list-group-horizontal-xl .list-group-item:last-child { |
|
|
|
margin-right: 0; |
|
|
|
border-top-right-radius: 0.25rem; |
|
|
|
border-bottom-right-radius: 0.25rem; |
|
|
|
border-top-right-radius: 0.35rem; |
|
|
|
border-bottom-right-radius: 0.35rem; |
|
|
|
border-bottom-left-radius: 0; |
|
|
|
} |
|
|
|
} |
|
|
@ -5700,12 +5700,12 @@ a.close.disabled { |
|
|
|
} |
|
|
|
|
|
|
|
.tooltip-inner { |
|
|
|
max-width: 300px; |
|
|
|
max-width: 400px; |
|
|
|
padding: 0.4rem 0.8rem; |
|
|
|
color: #fff; |
|
|
|
text-align: center; |
|
|
|
background-color: #4a4b4c; |
|
|
|
border-radius: 0.25rem; |
|
|
|
border-radius: 0.35rem; |
|
|
|
} |
|
|
|
|
|
|
|
.popover { |
|
|
@ -6298,27 +6298,27 @@ button.bg-dark:focus { |
|
|
|
} |
|
|
|
|
|
|
|
.rounded { |
|
|
|
border-radius: 0.25rem !important; |
|
|
|
border-radius: 0.35rem !important; |
|
|
|
} |
|
|
|
|
|
|
|
.rounded-top { |
|
|
|
border-top-left-radius: 0.25rem !important; |
|
|
|
border-top-right-radius: 0.25rem !important; |
|
|
|
border-top-left-radius: 0.35rem !important; |
|
|
|
border-top-right-radius: 0.35rem !important; |
|
|
|
} |
|
|
|
|
|
|
|
.rounded-right { |
|
|
|
border-top-right-radius: 0.25rem !important; |
|
|
|
border-bottom-right-radius: 0.25rem !important; |
|
|
|
border-top-right-radius: 0.35rem !important; |
|
|
|
border-bottom-right-radius: 0.35rem !important; |
|
|
|
} |
|
|
|
|
|
|
|
.rounded-bottom { |
|
|
|
border-bottom-right-radius: 0.25rem !important; |
|
|
|
border-bottom-left-radius: 0.25rem !important; |
|
|
|
border-bottom-right-radius: 0.35rem !important; |
|
|
|
border-bottom-left-radius: 0.35rem !important; |
|
|
|
} |
|
|
|
|
|
|
|
.rounded-left { |
|
|
|
border-top-left-radius: 0.25rem !important; |
|
|
|
border-bottom-left-radius: 0.25rem !important; |
|
|
|
border-top-left-radius: 0.35rem !important; |
|
|
|
border-bottom-left-radius: 0.35rem !important; |
|
|
|
} |
|
|
|
|
|
|
|
.rounded-lg { |
|
|
|