layout changes

This commit is contained in:
Sara
2023-09-18 16:31:23 +02:00
parent b6c65805f8
commit e59dbf2df2
11 changed files with 220 additions and 187 deletions

View File

@@ -8,12 +8,12 @@ button {
padding: 0;
cursor: pointer;
/* Visual */
background-color: #3e68ff;
color: #fff;
/* background-color: #3e68ff; */
/* color: #fff; */
border-radius: 8px;
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.18);
/* box-shadow: 0 3px 5px rgba(0, 0, 0, 0.18); */
/* Size */
padding: 0.25em 0.75em;
padding: 0.4em 1em;
min-width: 10ch;
min-height: 44px;
/* Text */
@@ -23,11 +23,18 @@ button {
display: inline-flex;
align-items: center;
justify-content: center;
align-self: start;
/* align-self: start; */
/* Optional - see "Gotchas" */
/* Animation */
transition: 220ms all ease-in-out;
display: block;
}
@media (max-width: 768px) {
input[type="button"],
button {
padding: 0.25em 0.75em;
min-height: 30px;
}
}
/* Button modifiers */
@@ -55,13 +62,6 @@ button[disabled]:hover {
cursor: not-allowed !important;
}
/* Custom button properties */
input[type="button"],
button {
width: 243px;
border: solid 1px #dadada;
}
/* Red button states */
input[type="button"][data-color="red"],
button[data-color="red"],

View File

@@ -10,8 +10,6 @@
body {
background: white;
font-family: "Roboto", sans-serif;
}
.temp-transcription {