Brak opisu
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.

_settings.scss 1.2KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. .settings-menu {
  2. margin-bottom: 30px;
  3. display : flex;
  4. @include respond('phone-land') {
  5. display: inline-block;
  6. }
  7. li {
  8. @include respond('phone-land') {
  9. display: inline-block;
  10. padding: 5px 0px;
  11. }
  12. &:hover,
  13. &:focus,
  14. &:active,
  15. &.active {
  16. a {
  17. color : $primary;
  18. // opacity: 1;
  19. }
  20. }
  21. }
  22. a {
  23. display : inline-block;
  24. margin-right : 20px;
  25. color : $body-color;
  26. // font-weight : $headings-font-weight;
  27. font-size : 16px;
  28. // opacity : 0.75;
  29. }
  30. }
  31. .verify-content {
  32. display : flex;
  33. justify-content: space-between;
  34. align-items : center;
  35. @include respond('phone-land') {
  36. display: block;
  37. .btn {
  38. margin-left: 65px;
  39. margin-top : 15px;
  40. }
  41. }
  42. }
  43. .icon-circle {
  44. height : 50px;
  45. min-width : 50px;
  46. font-size : 22px;
  47. display : flex;
  48. justify-content: center;
  49. align-items : center;
  50. border-radius : 50px;
  51. }
  52. .card {
  53. .card {
  54. box-shadow: none;
  55. background: transparent;
  56. }
  57. }