Mobile.css
Jump to navigation
Jump to search
(Created page with "→CSS placed here will affect users of the mobile site: .form_organization_input { padding: 8px; background: white; border: 1px solid #ccc; display: block; margin: 1...") |
(No difference)
|
Revision as of 11:17, 18 February 2020
/* CSS placed here will affect users of the mobile site */
.form_organization_input {
padding: 8px;
background: white;
border: 1px solid #ccc;
display: block;
margin: 10px 0;
border-radius: 6px;
width: calc(100% - 16px);
}
.form_organization_input_submit {
background: blue;
border: none;
padding: 12px;
color: white;
font-weight: bold;
width: 100%;
}
.form_organization_input_title_inner {
margin-top: 24px;
display: block;
font-weight: bold;
font-size: smaller;
color: #454545;
}
.form_organization_input_section {
display: block;
}
.form_organization_input_section_submit {
margin: 16px 0;
display: block;
}