No Description
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.

theme.css 916B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. .logo-title {
  2. color: #fff;
  3. font-size: 30px;
  4. text-transform: uppercase;
  5. padding-top: 10px;
  6. vertical-align: middle;
  7. font-weight: 700;
  8. font-family: "Montserrat", "Helvetica Neue", "Helvetica" , "Arial" ,sans-serif;
  9. border-bottom: 2px solid #000000;
  10. }
  11. .logo-image {
  12. vertical-align:middle;
  13. }
  14. .s2-docs-featurette {
  15. padding-top: 20px;
  16. text-align: center;
  17. }
  18. .s2-docs-featurette [class*='size-'] h4 {
  19. font-size: 1.5rem;
  20. }
  21. /* Padding for paragraphs in featurette grid */
  22. .s2-docs-featurette [class*='size-'] p {
  23. padding: 0 30px;
  24. font-size: 1rem !important;
  25. }
  26. .form-control {
  27. width: 100%;
  28. display: block;
  29. }
  30. img.img-flag {
  31. margin: 0 !important;
  32. display: inherit !important;
  33. height: 15px;
  34. width: 18px;
  35. }
  36. /* Override some styles for Select2 component elements */
  37. input.select2-search__field {
  38. margin-bottom: 0;
  39. line-height: inherit;
  40. }