skilld-labs / zen

Fork of Drupal Zen theme https://www.drupal.org/project/zen
1 stars 5 forks source link

Clean up base styling #25

Open pabloguerino opened 7 years ago

pabloguerino commented 7 years ago

There are cases where we are using the styles from classy theme instead of the one from our theme. It shouldn't be an issue in most cases, but it is when we are using the em unit, as the margins are not consistent.

For example:

.form-item, .form-actions {
    margin-top: 1em;
    margin-bottom: 1em;
}