Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2019
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. .button-subscribe,
  2. .button-subscribe:hover,
  3. .button-subscribe:active,
  4. .button-subscribe:focus,
  5. .button-subscribe:disabled {
  6. background: none !important;
  7. border: none !important;
  8. box-shadow: none !important;
  9. outline: none !important;
  10. padding-right: 0px;
  11. }
  12.  
  13. .information > .popover-body {
  14. left: 23px !important;
  15. padding: 0 !important;
  16. width: 215px !important;
  17. }
  18.  
  19. .ioutline {
  20. outline: none !important;
  21. }
  22.  
  23. .information > .arrow {
  24. left: 117px !important;
  25. }
  26.  
  27. .row-top-icontainer {
  28. display: flex;
  29. flex-direction: column;
  30. height: 100%;
  31.  
  32. div {
  33. display: flex;
  34. flex-direction: row;
  35. margin: 10px 5px 5px 10px;
  36.  
  37. h2 {
  38. font-size: 14px;
  39. font-weight: bolder;
  40. margin-right: 5px;
  41. }
  42.  
  43. h3 {
  44. font-size: 14px;
  45. }
  46. }
  47. }
  48.  
  49. #ipopover-positioned-bottom {
  50. left: -25px !important; // Antes -13px
  51. }
  52.  
  53. .row-bottom-icontainer {
  54. align-items: center;
  55. background-color: #EA5D1A;
  56. border-bottom-left-radius: 4px;
  57. border-bottom-right-radius: 4px;
  58. display: flex;
  59. height: 60px;
  60. justify-content: center;
  61.  
  62. .calender {
  63. display: flex;
  64. flex-direction: row;
  65. }
  66.  
  67. img {
  68. height: auto;
  69. margin: 0px 6px 6px 13px;
  70. width: 14px;
  71. }
  72.  
  73. h2 {
  74. color: white;
  75. font-size: 14px;
  76. font-weight: normal;
  77. margin-right: 6px;
  78. }
  79.  
  80. h3 {
  81. color: white;
  82. font-size: 16px;
  83. font-weight: bolder;
  84. margin-bottom: 10px;
  85. }
  86. }
  87.  
  88. @media (min-width: 768px) {
  89. .information > .arrow {
  90. // left: 109px !important;
  91. left: 121px !important;
  92. }
  93. }
  94.  
  95. @media (min-width: 1920px) {
  96. .information > .arrow {
  97. left: 108px !important;
  98. }
  99. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement