Advertisement
Guest User

Untitled

a guest
Nov 12th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.20 KB | None | 0 0
  1.  
  2.  
  3. .elipse-indx-price-big{
  4. display: inline-block;
  5. }
  6.  
  7. .customize-partial-edit-shortcut button, .widget .customize-partial-edit-shortcut button {
  8.   left: 2px;
  9.   top: 2px;
  10. }
  11.  
  12. button{
  13.   border: unset;
  14.   background: transparent;
  15. }
  16. .contact-item-inf-cont {
  17.   font-size: 18px;
  18.   font-family: 'Assistant-Regular';
  19.   color: #07182a;
  20.   line-height: 25px;
  21. }
  22. .contact-inf ul li {
  23.   display: -webkit-box;
  24.   display: -webkit-flex;
  25.   display: -ms-flexbox;
  26.   display: flex;
  27.   -webkit-box-pack: end;
  28.   -webkit-justify-content: flex-end;
  29.       -ms-flex-pack: end;
  30.           justify-content: flex-end;
  31.   -webkit-box-orient: horizontal;
  32.   -webkit-box-direction: reverse;
  33.   -webkit-flex-direction: row-reverse;
  34.       -ms-flex-direction: row-reverse;
  35.           flex-direction: row-reverse;
  36.   margin-top: 19px;
  37.   font-size: 20px;
  38.   font-family: 'Assistant-Bold';
  39.   color: #07182a;
  40.   }
  41.   .contact-inf li:after {
  42.     margin-left: 9px;
  43.     content: '';
  44.     display: block;
  45.     width: 17px;
  46.     height: 17px;
  47.     min-width: 17px;
  48.     -webkit-background-size: cover;
  49.     background-size: cover;
  50.     background-repeat: no-repeat;
  51.     background-image: url(img/li.png);
  52. }
  53. .textwidget{
  54.   direction: rtl;
  55. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement