Нема описа
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.

_utilities.scss 1.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. // colors
  2. .bg-green {
  3. background-color: #3bb78f;
  4. background: linear-gradient(90deg, #3bb78f 0%, rgba(11, 171, 100, 1) 35%, rgba(59, 183, 143, 1) 100%);
  5. }
  6. .text-green-Awni{
  7. color: #0A886A;
  8. }
  9. .orbitron_font{
  10. font-family: 'Orbitron', sans-serif;
  11. }
  12. // font size
  13. .font-3 {
  14. font-size: 3rem;
  15. }
  16. .font-1_5 {
  17. font-size: 2rem;
  18. }
  19. .font-1_7{
  20. font-size: 1.7rem;
  21. }
  22. .font-2{
  23. font-size: 2.2rem;
  24. }
  25. .font-2_2{
  26. font-size: 2.2rem;
  27. }
  28. .font-2_7{
  29. font-size: 2.7rem;
  30. }
  31. .font_4{
  32. font-size: 4rem;
  33. }
  34. .subtitle_1 {
  35. font-size: 1.5rem;
  36. }
  37. .banner_heading_4 {
  38. font-size: 3rem;
  39. }
  40. // padding
  41. .padding_top_14 {
  42. padding-top: 14rem;
  43. }
  44. .p-6{
  45. padding:5rem;
  46. }
  47. .padding_top_10 {
  48. padding-top: 10rem; }
  49. // heights
  50. .h-10{
  51. height: 10%;
  52. }
  53. .h-15{
  54. height: 15%;
  55. }
  56. .h-20{
  57. height: 20%;
  58. }
  59. .h-30{
  60. height: 30%;
  61. }
  62. .h-33{
  63. height: 33%;
  64. }
  65. .h-34{
  66. height: 34%;
  67. }
  68. .h-35{
  69. height: 35%;
  70. }
  71. .h-40{
  72. height: 40%;
  73. }
  74. .vh_60{
  75. height: 60vh;
  76. }
  77. .vh-70{
  78. height: 70vh;
  79. }
  80. .vh-77{
  81. height: 77vh;
  82. }
  83. .vh-85 {
  84. height: 85vh;
  85. }
  86. .vh-15 {
  87. height: 15vh;
  88. }
  89. .h-700p{
  90. height: 700px;
  91. }
  92. // font weight
  93. .fw-600{
  94. font-weight: 600;
  95. }
  96. .fw-700 {
  97. font-weight: 700; }
  98. .h-200p{
  99. height: 200px;
  100. }
  101. // gap
  102. .gap-1 {
  103. gap: 0.7rem;
  104. }
  105. .gap-2{
  106. gap:2rem
  107. }
  108. // border-radius
  109. .br-1{
  110. border-radius: 1rem;
  111. }