wavelovers/docs/css/219.19a8cda3.css
Eugene Serb b31e987c72 - changed tabs width from 4 to 2.
- updated links had meta.
- added link to bugtracker.
- updated packages.
- updated version.
- rebuild.
2022-08-27 17:15:11 +03:00

1 line
460 B
CSS

.custom-form{display:flex;flex-direction:column-reverse;justify-content:space-between;gap:16px}.custom-form__input{display:grid;grid-template-columns:1fr;align-items:center}.custom-form__buttons{display:flex;flex-direction:row;justify-content:space-between;gap:32px}.custom-form__button{width:100%}@media only screen and (min-width:540px){.custom-form{display:flex;flex-direction:column;gap:32px}.custom-form__input{display:grid;grid-template-columns:1fr 1fr}}