Advertisement
dimti

Untitled

Jan 31st, 2016
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.50 KB | None | 0 0
  1.  
  2. /*------------------------------------*\
  3.     CAT:Регистрация
  4. \*------------------------------------*/
  5.  
  6. /**
  7.  * TAG:Социальные сети
  8.  */
  9. .enter-with-social-nets {
  10.   a {
  11.     text-decoration: none;
  12.     color: $color-base;
  13.   }
  14.   .icon {
  15.     transition: color 0.6s ease 0s, transform 0.2s ease 0s;
  16.     &:hover {
  17.       transform: scale(1.5);
  18.     }
  19.   }
  20.   &.ui.grid > .column:not(.row), &.ui.grid > .row > .column {
  21.     padding-left: 0.4rem;
  22.     padding-right: 0.4rem;
  23.   }
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement