You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 line
188B

  1. .user-index {
  2. .wrapper-button-dropdown {
  3. display: inline-block;
  4. position: relative;
  5. .dropdown-menu {
  6. left: -138px;
  7. a {
  8. color: #333;
  9. }
  10. }
  11. }
  12. }