This commit is contained in:
TheGiddyLimit
2024-01-01 19:34:49 +00:00
parent 332769043f
commit 8117ebddc5
1748 changed files with 2544409 additions and 1 deletions

52
scss/converter.scss Normal file
View File

@@ -0,0 +1,52 @@
.inputArea,
.outputArea {
width: 100%;
height: 100%;
}
.select-inline {
display: inline-block;
width: initial;
}
#lastWarnings {
color: #df00ff;
}
#lastError {
color: red;
}
#lastWarnings,
#lastError {
margin-top: 5px;
margin-bottom: 10px;
display: none;
flex-shrink: 0;
padding: 9px;
font-size: 13px;
line-height: 1.4;
background-color: whitesmoke;
border: 1px solid #ccc;
border-radius: 4px;
}
.night-mode #lastError {
border-color: #555;
}
.conv__head {
margin-top: 0;
margin-bottom: 2px;
}
.conv__out_control__wrp {
padding: 0 3rem 0 0;
flex-shrink: 0;
}
@media (max-width: 991px) {
.view-col-wrapper {
height: 40vh;
}
}