mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 20:29:06 +00:00
layout and design improvements
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user