Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2020
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.51 KB | None | 0 0
  1. .dropdown-menu {
  2.     border-radius: 0;
  3.     border: none;
  4.     .cardshadow();
  5.     .dropdown-item{
  6.         line-height: 15px;
  7.         padding-top: 16px;
  8.     }
  9.     &.dropdown-main{
  10.         &:active, &:focus{
  11.             background-color: @darkcolor;
  12.             outline: none;
  13.         }
  14.         .srclogo{
  15.             img {
  16.                 width: 27px;
  17.                 vertical-align: middle;
  18.             }
  19.         }
  20.     }
  21.     span.dropdown-span{
  22.         line-height: 15px;
  23.         padding-top: 16px;
  24.     }
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement