layout and design improvements

This commit is contained in:
Sara
2023-09-20 15:56:49 +02:00
parent 44f22664a1
commit fe510238c0
14 changed files with 224 additions and 247 deletions

View File

@@ -8,13 +8,9 @@ button {
padding: 0;
cursor: pointer;
/* Visual */
/* background-color: #3e68ff; */
/* color: #fff; */
border-radius: 8px;
/* box-shadow: 0 3px 5px rgba(0, 0, 0, 0.18); */
/* Size */
padding: 0.4em 1em;
min-width: 10ch;
min-height: 44px;
/* Text */
text-align: center;

View File

@@ -12,18 +12,6 @@ body {
background: white;
}
.temp-transcription {
background: rgb(151 190 255);
border-radius: 5px;
border: solid 1px #808080;
margin: 1em 0;
}
.temp-transcription h2 {
font-weight: bold;
font-size: 130%;
}
.Dropdown-placeholder {
text-wrap: nowrap;
}
@@ -31,8 +19,6 @@ body {
top: 47% !important;
}
@media (max-width: 768px) {
.audio-source-dropdown .Dropdown-control {
max-width: 200px;
}
.Dropdown-control.Dropdown-disabled {
background-color: lightgray;
}