Skip to content

Instantly share code, notes, and snippets.

@mabe-at
Created August 27, 2014 00:26
Show Gist options
  • Save mabe-at/d49ab22cad508453961d to your computer and use it in GitHub Desktop.
Save mabe-at/d49ab22cad508453961d to your computer and use it in GitHub Desktop.
overriding building blocks css
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
input[type="number"],
textarea {
-moz-box-sizing: border-box;
}
fieldset legend,
input[type="date"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"] {
-moz-box-sizing: border-box;
}
section[role="region"] > header:first-child a,
section[role="region"] > header:first-child button {
padding: 0 0 0 1rem;
min-width: 4.5rem;
}
section[role="region"] > header:first-child h1 {
padding: 0 4.5rem 0 0;
}
.gaia-list li {
padding: 10px 15px 10px 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment