설명 없음
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.

style.scss 8.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384
  1. @import "abstracts/functions";
  2. @import "abstracts/mixins";
  3. @import "abstracts/variables";
  4. @import "base/base";
  5. @import "base/typography";
  6. @import "base/utilities";
  7. // components
  8. @import "components/button";
  9. // pages
  10. @import "pages/productOverview";
  11. @import "pages/productOverview/designedpro";
  12. @import "pages/productOverview/popupkeyboard";
  13. @import "pages/productOverview/dragondisplay";
  14. @import "pages/productOverview/lens";
  15. @import "pages/productOverview/professinalGrade";
  16. @import "pages/productOverview/stunningsound";
  17. @import "pages/productOverview/wifisection";
  18. @import "pages/productOverview/tablesection";
  19. @import "pages/productOverview/proConnectivity";
  20. @import "pages/productOverview/osPlusSoftware";
  21. @import "pages/productOverview/controlPanel";
  22. @import "pages/home";
  23. @import "pages/shopping-cart";
  24. @import "pages/allInOne";
  25. /*
  26. 0 - 600px: Phone
  27. 600 - 900px: Tablet portrait
  28. 900 - 1200px: Tablet landscape
  29. [1200 - 1800] is where our normal styles apply
  30. 1800px + : Big desktop
  31. $breakpoint arguement choices:
  32. - phone
  33. - tab-port
  34. - tab-land
  35. - big-desktop
  36. ORDER: Base + typography > general layout + grid > page layout > components
  37. 1em = 16px
  38. */
  39. /* Orbitron */
  40. @font-face {
  41. font-family: "Orbitron";
  42. src: url("../assets/font/orbitron/Orbitron-Regular.ttf") format("truetype");
  43. font-weight: 400;
  44. font-style: normal;
  45. }
  46. @font-face {
  47. font-family: "Orbitron";
  48. src: url("../assets/font/orbitron/Orbitron-Medium.ttf") format("truetype");
  49. font-weight: 500;
  50. font-style: normal;
  51. }
  52. @font-face {
  53. font-family: "Orbitron";
  54. src: url("../assets/font/orbitron/Orbitron-SemiBold.ttf") format("truetype");
  55. font-weight: 600;
  56. font-style: normal;
  57. }
  58. @font-face {
  59. font-family: "Orbitron";
  60. src: url("../assets/font/orbitron/Orbitron-Bold.ttf") format("truetype");
  61. font-weight: 700;
  62. font-style: normal;
  63. }
  64. /* Orbitron end */
  65. /* Satoshi */
  66. @font-face {
  67. font-family: "Satoshi";
  68. src: url("../assets/font/satoshi/Satoshi-Regular.ttf") format("truetype");
  69. font-weight: 400;
  70. font-style: normal;
  71. }
  72. @font-face {
  73. font-family: "Satoshi";
  74. src: url("../assets/font/satoshi/Satoshi-Medium.ttf") format("truetype");
  75. font-weight: 500;
  76. font-style: normal;
  77. }
  78. @font-face {
  79. font-family: "Satoshi";
  80. src: url("../assets/font/satoshi/Satoshi-Bold.ttf") format("truetype");
  81. font-weight: 700;
  82. font-style: normal;
  83. }
  84. *,
  85. *::after,
  86. *::before {
  87. margin: 0;
  88. padding: 0;
  89. box-sizing: inherit;
  90. font-family: "Orbitron", sans-serif;
  91. }
  92. html {
  93. font-size: 100%;
  94. }
  95. body {
  96. box-sizing: border-box;
  97. overflow-x: hidden;
  98. }
  99. @media only screen and (max-width: 56.25em) {
  100. body {
  101. padding: 0;
  102. }
  103. }
  104. // html {
  105. // font-size: 100%; }
  106. // body {
  107. // box-sizing: border-box;
  108. // overflow-x: hidden;
  109. // }
  110. // @media only screen and (max-width: 56.25em) {
  111. // body {
  112. // padding: 0; }
  113. // }
  114. $color_1: #000;
  115. $font-family_1: "Satoshi", sans-serif;
  116. $background-color_1: #3bb78f;
  117. $background-color_2: #fff;
  118. .bg-green {
  119. background-color: $background-color_1;
  120. background: linear-gradient(90deg, #3bb78f 0%, #0bab64 35%, #3bb78f 100%);
  121. }
  122. /* button */
  123. .button_dark {
  124. clip-path: polygon(75% 0, 86% 30%, 99% 66%, 100% 100%, 0 100%, 0 61%, 0 0);
  125. padding-right: 1.7rem;
  126. padding-bottom: 0.6rem;
  127. padding-top: 0.6rem;
  128. border-radius: 10px;
  129. }
  130. /* navbar */
  131. #navbar-head {
  132. position: fixed;
  133. width: 100%;
  134. z-index: 9999;
  135. top: 0;
  136. .biz-nav-wrapper {
  137. .navbar-brand {
  138. img {
  139. width: 150px;
  140. }
  141. }
  142. .dropdown.has-mega-menu {
  143. position: static !important;
  144. }
  145. .dropdown-menu {
  146. .dropdown-items-row {
  147. width: 100%;
  148. margin: 0px;
  149. }
  150. }
  151. }
  152. .navbar-nav {
  153. gap: 2rem;
  154. .nav-item {
  155. .nav-link {
  156. color: $color_1;
  157. font-family: $font-family_1;
  158. margin-top: 0.25rem;
  159. }
  160. }
  161. .dropdown.has-mega-menu {
  162. &:hover {
  163. >.navbar {
  164. background-color: $background-color_2;
  165. }
  166. }
  167. }
  168. }
  169. .button_dark.btn-dark {
  170. font-weight: bold;
  171. }
  172. .dropdown-menu {
  173. width: 100%;
  174. left: 0;
  175. // margin-top: 1.5rem;
  176. }
  177. .dropdown {
  178. &:hover {
  179. >.dropdown-menu {
  180. display: block;
  181. }
  182. }
  183. }
  184. .dropdown-item-img {
  185. img {
  186. width: 200px;
  187. }
  188. }
  189. }
  190. /* footer */
  191. .footer-wrapper {
  192. background-image: url(../dist/assets/imgs/Home/Footer-bg-1.png);
  193. background-size: cover;
  194. .footer-content-main-container {
  195. background-image: url(../dist/assets/imgs/Home/Footer-pattern.png);
  196. background-size: contain;
  197. background-position: right 30px;
  198. background-repeat: no-repeat;
  199. }
  200. .last-col-footer {
  201. width: 23%;
  202. }
  203. .footer-logo {
  204. img {
  205. width: 120px;
  206. }
  207. }
  208. li {
  209. line-height: 2rem;
  210. font-family: $font-family_1;
  211. }
  212. .footer-sub-content {
  213. p {
  214. line-height: 2rem;
  215. font-family: $font-family_1;
  216. }
  217. }
  218. }
  219. .footer-socailImg {
  220. width: 30px;
  221. }
  222. @media (min-width: 1990px) {
  223. .footer-wrapper {
  224. .footer-rkt {
  225. right: 45px !important;
  226. }
  227. }
  228. }
  229. @media (max-width:1024px) {
  230. $color_1: rgb(255 32 32 / 0%);
  231. $background-color_1: #4f4f4f;
  232. #navbar-head {
  233. .navbar-nav {
  234. gap: 0;
  235. .dropdown-menu{
  236. margin-top: 0;
  237. }
  238. }
  239. }
  240. .navbar-toggler {
  241. color: $color_1;
  242. span {
  243. display: block;
  244. background-color: $background-color_1;
  245. height: 3px;
  246. width: 25px;
  247. margin-top: 5px;
  248. margin-bottom: 5px;
  249. position: relative;
  250. left: 0;
  251. opacity: 1;
  252. transition: all 0.35s ease-out;
  253. transform-origin: center left;
  254. &:nth-child(1) {
  255. transform: translate(0%, 0%) rotate(0deg);
  256. margin-top: 0.3em;
  257. }
  258. &:nth-child(2) {
  259. opacity: 1;
  260. }
  261. &:nth-child(3) {
  262. transform: translate(0%, 0%) rotate(0deg);
  263. }
  264. }
  265. &:not(.collapsed) {
  266. span {
  267. &:nth-child(1) {
  268. transform: translate(15%, -33%) rotate(45deg);
  269. }
  270. &:nth-child(2) {
  271. opacity: 0;
  272. }
  273. &:nth-child(3) {
  274. transform: translate(15%, 33%) rotate(-45deg);
  275. }
  276. }
  277. }
  278. }
  279. }
  280. @media (max-width:991px) {
  281. #navbar-head{
  282. .accordion-button:not(.collapsed){
  283. background-color: #fff;
  284. color:rgb(0, 0, 0);
  285. box-shadow: none;
  286. font-weight: bold;
  287. }
  288. .accordion-button{
  289. font-family: "Satoshi", sans-serif;
  290. }
  291. .accordion-body {
  292. ul{
  293. li{
  294. font-size: 1rem;
  295. font-family: "Satoshi", sans-serif;
  296. color: #635c5c;
  297. line-height: 2.5rem;
  298. }
  299. }
  300. }
  301. .accordion-button:focus{
  302. // border-color:#ffffff00;
  303. box-shadow:none
  304. }
  305. .accordion-button::after {
  306. background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
  307. transform: scale(.7) !important;
  308. }
  309. .accordion-button:not(.collapsed)::after {
  310. background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
  311. }
  312. }
  313. .delivery-to-sec{
  314. .d-flex{
  315. font-size: 0.7rem;
  316. }
  317. .button_dark{
  318. font-size: 0.7rem;
  319. }
  320. }
  321. }
  322. #footer-head{
  323. .accordion-item{
  324. border: 1px solid;
  325. box-shadow: none;
  326. .accordion-button:not(.collapsed){
  327. box-shadow: none !important;}
  328. }
  329. }
  330. // footer
  331. .footer-socailImg{
  332. width: 30px;
  333. }
  334. .footer-rkt:hover{
  335. animation: rocketRotate 2s;
  336. }
  337. @keyframes rocketRotate {
  338. from {
  339. transform: rotate(0);
  340. }
  341. to {
  342. transform: rotate(360deg);
  343. }
  344. }
  345. .mbil-name, .navbar-brand img{
  346. transition: all .2s ease;
  347. }