2022-06-03 22:30:39 +00:00
|
|
|
.reset {
|
2022-06-26 00:40:47 +00:00
|
|
|
background: #44372c;
|
|
|
|
border-left: 3px solid #65594d;
|
|
|
|
border-top: 3px solid #65594d;
|
|
|
|
border-right: 3px solid #110e0d;
|
|
|
|
border-bottom: 3px solid #110e0d;
|
|
|
|
|
2022-06-03 22:30:39 +00:00
|
|
|
/* border: 5px outset #66594E; */
|
|
|
|
border-radius: 3px;
|
|
|
|
color: white;
|
2022-06-26 00:40:47 +00:00
|
|
|
font: 9px Helvetica, sans-serif;
|
2022-06-04 19:04:47 +00:00
|
|
|
height: 36px;
|
2022-06-03 22:30:39 +00:00
|
|
|
padding: 0;
|
|
|
|
margin-left: 10px;
|
2022-06-04 19:04:47 +00:00
|
|
|
width: 36px;
|
2022-06-03 22:30:39 +00:00
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
2022-07-17 03:50:15 +00:00
|
|
|
user-select: none;
|
2022-06-03 22:30:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.reset:hover {
|
2022-06-26 00:40:47 +00:00
|
|
|
background: #44372c;
|
|
|
|
border: 3px outset #66594e;
|
2022-06-03 22:30:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.reset:active {
|
2022-06-26 00:40:47 +00:00
|
|
|
background-color: #22150a;
|
|
|
|
border-left: 3px solid #44372c;
|
|
|
|
border-top: 3px solid #44372c;
|
|
|
|
border-right: 3px solid #000;
|
|
|
|
border-bottom: 3px solid #000;
|
2022-06-03 22:30:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
:global(.full-page) .reset {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.resetRow {
|
|
|
|
align-items: center;
|
|
|
|
display: flex;
|
|
|
|
margin: 10px 0;
|
|
|
|
}
|