mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 20:29:06 +00:00
layout changes
This commit is contained in:
@@ -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"],
|
||||
|
||||
@@ -10,8 +10,6 @@
|
||||
|
||||
body {
|
||||
background: white;
|
||||
|
||||
font-family: "Roboto", sans-serif;
|
||||
}
|
||||
|
||||
.temp-transcription {
|
||||
|
||||
Reference in New Issue
Block a user