Guest User

Untitled

a guest
Jan 16th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. // Block
  2. .ipifiy-field {
  3. display: flex;
  4.  
  5. // Element
  6. &__label {
  7. width: 8em;
  8. }
  9. &__input {
  10. flex: 1;
  11. }
  12.  
  13. // Modifier
  14. &--invalid {
  15. & {
  16. border: 1px solid red;
  17. }
  18. &__input {
  19. color: red;
  20. }
  21. }
  22. }
Add Comment
Please, Sign In to add comment