App.scss 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317
  1. @import "~bootstrap/scss/bootstrap";
  2. html,body {
  3. width: 100%;
  4. max-width: 100%;
  5. // overflow-x: hidden;
  6. height: 100%;
  7. button {
  8. background: #002f34;
  9. color: white;
  10. font-weight: 500;
  11. border: 2px solid #002f34;
  12. border-radius: 5px;
  13. padding: 10px 30px;
  14. }
  15. button:hover {
  16. color: #002f34;
  17. background: white;
  18. }
  19. }
  20. .Navbar {
  21. background: #002f34;
  22. display: flex;
  23. .header {
  24. img {
  25. width: 20%;
  26. }
  27. #basic-navbar-nav {
  28. display: flex;
  29. justify-content: end;
  30. a {
  31. color: white;
  32. text-decoration: none;
  33. }
  34. a:hover {
  35. margin-top: 1px ;
  36. }
  37. }
  38. }
  39. }
  40. .d1 {
  41. background: #002f34;
  42. form {
  43. position: relative;
  44. width: 300px;
  45. input {
  46. width: 100%;
  47. height: 35px;
  48. padding-left: 10px;
  49. border: 2px solid #FFF;
  50. border-radius: 5px;
  51. outline: none;
  52. background: #FFF;
  53. color: #000;
  54. }
  55. .search {
  56. position: absolute;
  57. top: 0;
  58. right: 0;
  59. width: 35px;
  60. height: 35px;
  61. border: none;
  62. border-radius: 5px;
  63. background: #fff;
  64. cursor: pointer;
  65. img{
  66. margin-top: 5px;
  67. margin-left: 8px;
  68. width: 25px;
  69. }
  70. }
  71. }
  72. }
  73. .divLogin {
  74. display: flex;
  75. flex-direction: column;
  76. justify-content: center;
  77. align-items: center;
  78. input {
  79. width: 200px;
  80. }
  81. .login-container {
  82. display: flex;
  83. flex-direction: column;
  84. position: relative;
  85. a {
  86. text-decoration: none;
  87. color:black;
  88. font-size: 18px;
  89. }
  90. a:hover {
  91. background-color: #002f34;
  92. color: white;
  93. }
  94. }
  95. .pwd-container {
  96. display: flex;
  97. flex-direction: column;
  98. position: relative;
  99. img {
  100. position: absolute;
  101. cursor: pointer;
  102. width: 12%;
  103. top: 50%;
  104. left: 85%;
  105. }
  106. }
  107. }
  108. .divSign {
  109. display: flex;
  110. flex-direction: column;
  111. justify-content: center;
  112. align-items: center;
  113. .login-container {
  114. display: flex;
  115. flex-direction: column;
  116. }
  117. .pwd-container1 {
  118. display: flex;
  119. flex-direction: column;
  120. position: relative;
  121. }
  122. img {
  123. position: absolute;
  124. cursor: pointer;
  125. width: 12%;
  126. top: 50%;
  127. left: 85%;
  128. }
  129. }
  130. .ad {
  131. display: flex;
  132. flex-direction: row;
  133. align-items: center;
  134. margin: 10px auto;
  135. border : 1px solid white;
  136. border-radius: 15px;
  137. background-color: whitesmoke;
  138. padding: 10px;
  139. overflow-x: hidden;
  140. img {
  141. max-width: 250px;
  142. min-width: 250px;
  143. max-height: 250px;
  144. min-height: 250px;
  145. padding-left: 0px;
  146. border: 0;
  147. }
  148. a {
  149. text-decoration: none;
  150. color:black;
  151. font-size: 25px;
  152. }
  153. a:hover {
  154. background-color: #002f34;
  155. color: white;
  156. }
  157. .href {
  158. margin-top:15px;
  159. font-size: 20px;
  160. }
  161. }
  162. .dropzone {
  163. margin-top: 10px ;
  164. display: flex;
  165. align-items: center;
  166. height: 70px;
  167. border: 1px dotted rgb(54, 54, 54);
  168. padding: 0 10px;
  169. }
  170. .AdPage {
  171. display: flex;
  172. justify-content: center;
  173. align-items: center;
  174. flex-direction: column;
  175. margin: 25px 0;
  176. .carousel {
  177. width: 50%;
  178. margin-bottom: 20px;
  179. img {
  180. height: 45vh
  181. }
  182. }
  183. .mainInfo {
  184. margin-bottom: 20px;
  185. padding: 10px;
  186. width: 50%;
  187. background-color: whitesmoke;
  188. display: flex;
  189. flex-direction: column;
  190. justify-content: flex-start;
  191. border-radius: 15px;
  192. b {
  193. font-weight: 600;
  194. font-size: 35px;
  195. padding: 15px 0;
  196. }
  197. input {
  198. width: 50%;
  199. margin-bottom: 15px;
  200. }
  201. button {
  202. width: 50%;
  203. }
  204. }
  205. }
  206. .post {
  207. margin-top: 25px;
  208. padding: 25px 15px;
  209. background-color: whitesmoke;
  210. border-radius: 15px;
  211. .carousel {
  212. margin: 0 auto;
  213. width: 50%;
  214. img {
  215. height: 45vh
  216. }
  217. }
  218. }
  219. .profile {
  220. margin-top: 25px;
  221. img {
  222. width: 20vh;
  223. height: 20vh;
  224. border-radius: 50%;
  225. }
  226. }
  227. .loader {
  228. position: absolute;
  229. top: calc(50% - 80px);
  230. left: calc(50% - 80px);
  231. display: flex;
  232. justify-content: center;
  233. align-items: center;
  234. .lds-ring {
  235. position: relative;
  236. width: 80px;
  237. height: 80px;
  238. }
  239. .lds-ring div {
  240. box-sizing: border-box;
  241. display: block;
  242. position: absolute;
  243. width: 64px;
  244. height: 64px;
  245. margin: 8px;
  246. border: 8px solid #cef;
  247. border-radius: 50%;
  248. animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  249. border-color: #002f34 transparent transparent transparent;
  250. }
  251. .lds-ring div:nth-child(1) {
  252. animation-delay: -0.45s;
  253. }
  254. .lds-ring div:nth-child(2) {
  255. animation-delay: -0.3s;
  256. }
  257. .lds-ring div:nth-child(3) {
  258. animation-delay: -0.15s;
  259. }
  260. @keyframes lds-ring {
  261. 0% {
  262. transform: rotate(0deg);
  263. }
  264. 100% {
  265. transform: rotate(360deg);
  266. }
  267. }
  268. }
  269. .foter__indent {
  270. min-height: 125px;
  271. }
  272. footer {
  273. background: #002f34;
  274. color: white;
  275. padding-top: 25px;
  276. }
  277. .list-unstyled {
  278. a {
  279. color: white;
  280. text-decoration: none;
  281. }
  282. }