Use a more generic placeholder for the styles

pull/3569/head
Henriette Dinger 9 years ago
parent 1a6f70b6bb
commit 141a176ac2
  1. 6
      app/assets/stylesheets/content/_forms.sass
  2. 3
      app/assets/stylesheets/layout/_toolbar.sass

@ -42,7 +42,7 @@ $form--field-types: (text-field, text-area, select, check-box, radio-button, ran
font-weight: normal
vertical-align: middle
@mixin danger-zone--verification--sizing
%input--sizing
height: 40px
line-height: 22px
@ -99,12 +99,12 @@ $form--field-types: (text-field, text-area, select, check-box, radio-button, ran
display: flex
input
@include danger-zone--verification--sizing
@extend %input--sizing
flex-basis: 50%
margin: 0 0.5rem 0 0
.button.-highlight
@include danger-zone--verification--sizing
@extend %input--sizing
background: $content-form-danger-zone-bg-color
color: $content-form-danger-zone-font-color
border-color: $content-form-danger-zone-bg-color

@ -38,8 +38,7 @@
@mixin toolbar-element-sizing
margin: 0.625rem 0 0
height: 40px
line-height: 22px
@extend %input--sizing
.toolbar-container
padding: 0

Loading…
Cancel
Save