2022-02-16 21:17:13 +00:00
|
|
|
input+label {
|
2022-01-28 18:21:04 +00:00
|
|
|
margin-left: 3px;
|
2021-08-05 14:46:17 +01:00
|
|
|
}
|
2022-01-12 16:07:28 +00:00
|
|
|
|
2021-08-05 22:47:03 +01:00
|
|
|
input[type=file] {
|
|
|
|
all: unset;
|
2022-01-21 18:02:27 +00:00
|
|
|
background: var(--gradient) !important;
|
|
|
|
border-radius: var(--s);
|
2021-09-06 13:08:27 +01:00
|
|
|
display: block;
|
2022-02-16 21:17:13 +00:00
|
|
|
font-family: 'Open Sans',sans-serif !important;
|
2022-01-21 18:02:27 +00:00
|
|
|
font-weight: 400 !important;
|
2021-11-15 14:07:05 +00:00
|
|
|
padding: unset !important;
|
|
|
|
}
|
2022-01-12 16:07:28 +00:00
|
|
|
|
2021-10-05 22:44:22 +01:00
|
|
|
::file-selector-button {
|
|
|
|
background-color: unset;
|
|
|
|
border: unset;
|
2021-11-15 14:07:05 +00:00
|
|
|
color: var(--foreground);
|
2022-01-21 18:02:27 +00:00
|
|
|
cursor: pointer;
|
2021-11-15 14:07:05 +00:00
|
|
|
fill: var(--foreground);
|
2022-02-16 21:17:13 +00:00
|
|
|
font-family: 'Open Sans',sans-serif !important;
|
2022-02-07 23:54:29 +00:00
|
|
|
font-weight: 900 !important;
|
2021-10-05 22:44:22 +01:00
|
|
|
margin: 3px;
|
|
|
|
}
|
2022-01-12 16:07:28 +00:00
|
|
|
|
2022-01-21 18:02:27 +00:00
|
|
|
*|::-moz-button-content {
|
2021-11-15 14:07:05 +00:00
|
|
|
all: unset !important;
|
|
|
|
}
|
2022-01-12 16:07:28 +00:00
|
|
|
|
2021-11-23 23:07:42 +00:00
|
|
|
select::-ms-expand {
|
|
|
|
display: none;
|
|
|
|
}
|
2022-01-12 16:07:28 +00:00
|
|
|
|
2022-02-16 21:17:13 +00:00
|
|
|
button,input,select,textarea {
|
|
|
|
font-family: 'Open Sans',sans-serif !important;
|
|
|
|
font-size: 1rem;
|
2022-01-21 18:02:27 +00:00
|
|
|
border: 1px solid var(--border) !important;
|
|
|
|
border-radius: var(--s);
|
2022-01-28 23:15:01 +00:00
|
|
|
max-width: border-box;
|
2022-01-21 18:02:27 +00:00
|
|
|
overflow: hidden;
|
2022-01-28 23:15:01 +00:00
|
|
|
padding: 6px 8px;
|
2021-12-25 17:31:16 +00:00
|
|
|
width: auto;
|
2021-11-15 14:44:24 +00:00
|
|
|
}
|
2022-01-12 16:07:28 +00:00
|
|
|
|
2022-02-16 21:17:13 +00:00
|
|
|
button,select,textarea {
|
2021-11-15 14:44:24 +00:00
|
|
|
background: var(--gradient) !important;
|
|
|
|
}
|
2022-01-12 16:07:28 +00:00
|
|
|
|
2022-02-16 21:17:13 +00:00
|
|
|
button,input {
|
2021-11-15 14:44:24 +00:00
|
|
|
background: var(--gradient) !important;
|
2021-09-25 15:59:16 +01:00
|
|
|
}
|
2022-01-12 16:07:28 +00:00
|
|
|
|
2022-02-16 21:17:13 +00:00
|
|
|
button {
|
|
|
|
cursor: pointer !important;
|
|
|
|
display: block !important;
|
|
|
|
margin-left: auto !important;
|
|
|
|
}
|
|
|
|
|
2022-02-16 23:42:44 +00:00
|
|
|
button:not(:last-of-type) {
|
|
|
|
margin-bottom: var(--s);
|
|
|
|
}
|
|
|
|
|
2022-02-16 21:17:13 +00:00
|
|
|
.alert button {
|
|
|
|
border-color: #ff6347 !important;
|
|
|
|
cursor: pointer !important;
|
|
|
|
margin-top: unset !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
button,label {
|
|
|
|
color: currentColor;
|
|
|
|
}
|
|
|
|
|
|
|
|
button {
|
|
|
|
font-family: 'Poppins',sans-serif !important;
|
|
|
|
font-weight: 900 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type=radio],input[type=checkbox] {
|
2022-02-04 21:10:21 +00:00
|
|
|
background: initial;
|
|
|
|
}
|
|
|
|
|
2021-09-25 15:59:16 +01:00
|
|
|
select {
|
|
|
|
background-repeat: no-repeat;
|
2021-12-23 21:29:46 +00:00
|
|
|
border-radius: var(--s);
|
2022-01-21 18:02:27 +00:00
|
|
|
cursor: pointer;
|
2022-01-28 23:15:01 +00:00
|
|
|
max-width: 100%;
|
2021-10-29 18:14:39 +01:00
|
|
|
}
|
2022-01-12 16:07:28 +00:00
|
|
|
|
2021-11-29 17:50:30 +00:00
|
|
|
select[multiple] {
|
2022-02-16 21:17:13 +00:00
|
|
|
height: 8rem;
|
2022-01-21 18:02:27 +00:00
|
|
|
overflow-y: scroll;
|
2021-09-25 15:59:16 +01:00
|
|
|
}
|
2022-01-12 16:07:28 +00:00
|
|
|
|
2022-02-16 21:17:13 +00:00
|
|
|
button:focus,button:hover,input:focus,input:hover,select:focus,select:hover,textarea:focus,textarea:hover {
|
2022-01-28 23:15:01 +00:00
|
|
|
box-shadow: var(--shadow-inset-accent);
|
2022-01-21 18:02:27 +00:00
|
|
|
}
|
2022-01-28 23:15:01 +00:00
|
|
|
|
|
|
|
input[type=color] {
|
|
|
|
appearance: none;
|
|
|
|
background-color: transparent;
|
2022-02-16 21:17:13 +00:00
|
|
|
border: 0;
|
2022-01-28 23:15:01 +00:00
|
|
|
cursor: pointer;
|
|
|
|
height: var(--xxl);
|
|
|
|
width: var(--xxl);
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type=color]::-webkit-color-swatch {
|
2022-02-16 21:17:13 +00:00
|
|
|
border: 0;
|
2022-01-28 23:15:01 +00:00
|
|
|
border-radius: var(--s);
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type=color]::-moz-color-swatch {
|
2022-02-16 21:17:13 +00:00
|
|
|
border: 0;
|
2022-01-28 23:15:01 +00:00
|
|
|
border-radius: var(--s);
|
|
|
|
}
|
|
|
|
|
2022-02-16 21:17:13 +00:00
|
|
|
input[type=checkbox]:focus,input[type=checkbox]:hover {
|
2022-01-28 23:15:01 +00:00
|
|
|
outline: 2px solid var(--accent);
|
|
|
|
}
|
|
|
|
|
2022-02-16 21:17:13 +00:00
|
|
|
input[type=checkbox] {
|
2022-01-28 23:15:01 +00:00
|
|
|
accent-color: var(--accent);
|
|
|
|
}
|