Нема описа

activation.scss 1.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. /**
  2. * activation.scss
  3. * Styles applied to elements displayed on activation
  4. */
  5. /**
  6. * Styling begins
  7. */
  8. div.woocommerce-message {
  9. overflow: hidden;
  10. position: relative;
  11. &.updated {
  12. border-left-color: #cc99c2 !important;
  13. }
  14. }
  15. p.woocommerce-actions,
  16. .woocommerce-message {
  17. .button-primary {
  18. background: #bb77ae;
  19. border-color: #a36597;
  20. box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 0 #a36597;
  21. color: #fff;
  22. text-shadow: 0 -1px 1px #a36597, 1px 0 1px #a36597, 0 1px 1px #a36597, -1px 0 1px #a36597;
  23. &:hover,
  24. &:focus,
  25. &:active {
  26. background: #a36597;
  27. border-color: #a36597;
  28. box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 0 #a36597;
  29. }
  30. }
  31. a.woocommerce-message-close {
  32. position: static;
  33. float: right;
  34. top: 0;
  35. right: 0;
  36. padding: 0 15px 10px 28px;
  37. margin-top: -10px;
  38. font-size: 13px;
  39. line-height: 1.23076923;
  40. text-decoration: none;
  41. &::before {
  42. position: relative;
  43. top: 18px;
  44. left: -20px;
  45. transition: all 0.1s ease-in-out;
  46. }
  47. }
  48. .button-primary,
  49. .button-secondary {
  50. text-decoration: none !important;
  51. }
  52. .twitter-share-button {
  53. margin-top: -3px;
  54. margin-left: 3px;
  55. vertical-align: middle;
  56. }
  57. }
  58. p.woocommerce-actions,
  59. .woocommerce-about-text {
  60. margin-bottom: 1em !important;
  61. }