Fix CopyableInput button CSS

datepicker-css
Alex Gleason 2021-06-11 10:00:44 -05:00
rodzic dc4aa76a37
commit 10a1b908b8
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
1 zmienionych plików z 6 dodań i 1 usunięć

Wyświetl plik

@ -793,18 +793,23 @@ code {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
height: 38px;
input { input {
flex: 1; flex: 1;
font-size: 14px !important; font-size: 14px !important;
border-radius: 4px 0 0 4px !important; border-radius: 4px 0 0 4px !important;
height: 100%;
} }
button { button {
width: auto; width: auto;
font-size: 14px; font-size: 14px;
margin: 0; margin: 0;
padding-bottom: 9px;
border-radius: 0 4px 4px 0; border-radius: 0 4px 4px 0;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
} }
} }