My SMM panel
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 

1470 lignes
25 KiB

  1. @use "vars";
  2. @font-face {
  3. font-family: "PatuaOne";
  4. src: url("../PatuaOne-Regular.ttf") format("opentype");
  5. font-style: normal;
  6. font-weight: normal;
  7. }
  8. html body {
  9. font-family: "PatuaOne", "Times New Roman";
  10. margin: 0;
  11. }
  12. section {
  13. position: relative;
  14. padding-top: 3em;
  15. padding-bottom: 3em;
  16. overflow: hidden;
  17. padding-right: 15px;
  18. padding-left: 15px;
  19. }
  20. button {
  21. font-family: "PatuaOne", "Times New Roman";
  22. }
  23. textarea {
  24. border: 1px solid grey;
  25. }
  26. h1 {
  27. color: white;
  28. }
  29. h2 {
  30. color: vars.getColor("brand-orange");
  31. text-align: center;
  32. }
  33. h3 {
  34. color: vars.getColor("faded-text");
  35. // text-transform: uppercase;
  36. }
  37. ul {
  38. color: vars.getColor("faded-text");
  39. list-style-type: none;
  40. padding: 0;
  41. }
  42. input,
  43. select {
  44. border: 2px solid black;
  45. border-radius: 20px;
  46. padding: 4px;
  47. }
  48. .icon {
  49. width: 25px;
  50. margin: 10px;
  51. }
  52. .note-grey {
  53. color: grey;
  54. font-size: 0.8em;
  55. max-width: 70%;
  56. }
  57. .services-cards li {
  58. padding-bottom: 8px;
  59. &:before {
  60. width: 30px;
  61. height: 30px;
  62. content: url("../images/green-check.svg");
  63. display: inline;
  64. margin-right: 5px;
  65. // top: 30px;
  66. }
  67. }
  68. a {
  69. text-decoration: none;
  70. }
  71. nav {
  72. position: absolute;
  73. width: 100%;
  74. top: 10px;
  75. display: flex;
  76. flex-flow: row wrap;
  77. align-items: center;
  78. justify-content: space-between;
  79. // background-color: transparent;
  80. }
  81. nav h1 {
  82. margin: 4px 0 10px 6px;
  83. display: inline-block;
  84. }
  85. nav.info-page h1 {
  86. margin: 4px 0 10px 6px;
  87. display: inline-block;
  88. color: vars.getColor("brand-orange");
  89. }
  90. .formal-font {
  91. font-family: "FreeSans";
  92. }
  93. nav #logo {
  94. margin-right: 50px;
  95. }
  96. nav form {
  97. display: flex;
  98. flex-wrap: wrap;
  99. margin-right: 20px;
  100. }
  101. nav form div {
  102. margin: 0 10px;
  103. }
  104. nav form button {
  105. min-width: 5em;
  106. }
  107. nav form p {
  108. margin-top: 0;
  109. }
  110. nav form input,
  111. label {
  112. opacity: 0.7;
  113. }
  114. nav .nav-toggle {
  115. position: absolute;
  116. right: 10px;
  117. top: 5px;
  118. display: none;
  119. height: 45px;
  120. width: 45px;
  121. margin-left: auto;
  122. background: url("../images/menu-icon.svg");
  123. background-size: 100%;
  124. background-size: cover;
  125. color: white;
  126. }
  127. nav .nav-toggle.toggled {
  128. background: url("../images/cancel-icon2.svg");
  129. width: 25px;
  130. height: 25px;
  131. background-size: 100%;
  132. background-size: cover;
  133. top: 10px;
  134. right: 15px;
  135. color: white;
  136. }
  137. div.landing-hero {
  138. top: 0;
  139. height: 50em;
  140. background-color: #ff4e00;
  141. // background-image: linear-gradient(to right bottom, #ff4e00, #fc6200, #f87200, #f58100, #f18e00, #f19507, #f09c0f, #f0a317, #f3a620, #f6a927, #f8ad2e, #fbb034);
  142. background-image: linear-gradient(315deg, #ff4e00 0%, #ec9f05 74%);
  143. z-index: 0;
  144. }
  145. div.hero-filter {
  146. width: 100%;
  147. height: 100%;
  148. }
  149. div.hero-filter h2 {
  150. color: black;
  151. opacity: 0.7;
  152. max-width: 10em;
  153. font-size: 2.4em;
  154. position: absolute;
  155. top: 3em;
  156. margin-left: 5%;
  157. }
  158. div.hero-filter p {
  159. position: absolute;
  160. top: 12em;
  161. margin-left: 5%;
  162. font-size: 20px;
  163. width: 10em;
  164. opacity: 0.7;
  165. }
  166. div.errors {
  167. background-color: #ececec;
  168. color: vars.getColor("red-alert");
  169. border: 2px solid vars.getColor("red-alert");
  170. border-radius: 4px;
  171. min-height: 50px;
  172. position: absolute;
  173. left: 50%;
  174. margin-right: -50%;
  175. top: 100px;
  176. min-width: 30em;
  177. transform: translate(-50%, -50%);
  178. }
  179. .errors ul {
  180. margin: auto;
  181. }
  182. form.login {
  183. // font-weight: bold;
  184. color: white;
  185. }
  186. .cancel-icon {
  187. width: 30px;
  188. }
  189. form.login input {
  190. margin-left: 2px;
  191. color: white;
  192. background-color: transparent;
  193. border: 2px solid white;
  194. border-radius: 2px;
  195. outline-color: orange;
  196. }
  197. form.login .login-btn {
  198. @include vars.special-button("medium-blue", "dark-blue");
  199. }
  200. .hero-filter .register-btn {
  201. display: block;
  202. position: relative;
  203. width: 7em;
  204. top: 60%;
  205. margin-left: auto;
  206. margin-right: auto;
  207. @include vars.transparent-button;
  208. }
  209. div.blue-background {
  210. background-image: url("../images/black-circle.svg");
  211. background-size: 10px;
  212. background-color: #0d324d;
  213. }
  214. section.about-us {
  215. padding: 70px 0;
  216. }
  217. section.about-us p {
  218. max-width: 600px;
  219. margin-left: auto;
  220. margin-right: auto;
  221. border-top: 2px solid vars.getColor("grey");
  222. border-bottom: 2px solid vars.getColor("grey");
  223. padding: 15px;
  224. background-color: #0d324d;
  225. color: white;
  226. }
  227. section.services-cards {
  228. // margin-bottom: 0;
  229. background-color: lightgrey;
  230. padding-bottom: 4em;
  231. background: linear-gradient(
  232. to bottom right,
  233. transparent 0%,
  234. transparent 50%,
  235. #e9e9e9 50%,
  236. vars.getColor("light-grey") 100%
  237. );
  238. }
  239. section.services-cards .cards {
  240. display: flex;
  241. flex-flow: wrap;
  242. margin-top: 2em;
  243. gap: 25px;
  244. justify-content: center;
  245. max-width: 1050px;
  246. margin-left: auto;
  247. margin-right: auto;
  248. text-align: center;
  249. }
  250. section.services-cards h2 {
  251. text-align: center;
  252. padding: 10px;
  253. margin-top: 0;
  254. padding-top: 30px;
  255. color: white;
  256. }
  257. section.services-cards .card {
  258. width: 280px;
  259. height: 350px;
  260. padding: 18px 9px;
  261. border-radius: 4px;
  262. background: white;
  263. box-shadow: 7px 10px 8px rgb(156 166 175 / 22%);
  264. transition: transform 0.2s;
  265. &:hover {
  266. transform: translateY(-20px);
  267. }
  268. }
  269. section.services-cards img {
  270. width: 50px;
  271. height: 50px;
  272. }
  273. section.services-cards button {
  274. @include vars.brand-button("orange");
  275. }
  276. section.features-info {
  277. // height: fit-content;
  278. height: 70em;
  279. background: radial-gradient(
  280. ellipse at left,
  281. #fff,
  282. vars.getColor("light-grey") 80%
  283. );
  284. }
  285. .circle-prop {
  286. height: 70em;
  287. overflow: hidden;
  288. width: 100%;
  289. position: relative;
  290. // transform: translateX(-10em);
  291. }
  292. .circle-prop svg {
  293. width: 50%;
  294. }
  295. .features-info img {
  296. width: 600px;
  297. position: absolute;
  298. top: 15%;
  299. right: 4%;
  300. }
  301. div.info-cards {
  302. position: absolute;
  303. top: 10em;
  304. margin-left: 20%;
  305. width: 70%;
  306. }
  307. .info-card {
  308. margin-bottom: 6em;
  309. &:nth-of-type(2) {
  310. margin-left: 13%;
  311. }
  312. &:nth-of-type(3) {
  313. margin-left: 10%;
  314. }
  315. &:nth-of-type(4) {
  316. margin-left: 5%;
  317. }
  318. p {
  319. max-width: 20em;
  320. background: white;
  321. padding: 5px;
  322. border-radius: 4px;
  323. text-align: center;
  324. color: vars.getColor("faded-text2");
  325. // border: 2px solid vars.getColor("medium-orange");
  326. @include vars.hovering;
  327. }
  328. }
  329. section.panel-infos {
  330. min-height: 40em;
  331. margin-top: 5em;
  332. margin-bottom: 5em;
  333. display: flex;
  334. flex-flow: wrap;
  335. align-items: center;
  336. justify-content: center;
  337. gap: 20px;
  338. .panel-preview {
  339. // box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  340. @include vars.hovering;
  341. padding: 0;
  342. }
  343. }
  344. .panel-infos h2 {
  345. width: 100%;
  346. }
  347. .panel-info {
  348. max-width: 25em;
  349. margin-top: 4em;
  350. }
  351. .panel-info img {
  352. width: 50px;
  353. height: 50px;
  354. }
  355. .panel-info p {
  356. color: vars.getColor("faded-text2");
  357. }
  358. section.benefits-info div {
  359. margin: 1em auto;
  360. padding: 1em 1em;
  361. border-top: 2px solid vars.getColor("faded-text2");
  362. border-bottom: 2px solid vars.getColor("faded-text2");
  363. max-width: 40em;
  364. color: vars.getColor("faded-text");
  365. }
  366. .benefits-info h2 {
  367. margin-bottom: 2em;
  368. }
  369. section.faq-info {
  370. margin-bottom: 6em;
  371. margin-top: 3em;
  372. min-height: 30em;
  373. }
  374. .faq-info h2 {
  375. margin-bottom: 2em;
  376. }
  377. section.faq-info .collapsibles {
  378. display: flex;
  379. flex-flow: wrap;
  380. gap: 2em;
  381. justify-content: center;
  382. max-width: 65em;
  383. width: fit-content;
  384. margin-left: auto;
  385. margin-right: auto;
  386. align-text: center;
  387. }
  388. .faq-info .collapsible {
  389. text-align: center;
  390. width: 20em;
  391. &:not(.active) .content {
  392. display: none;
  393. }
  394. }
  395. .collapsible button {
  396. width: 95%;
  397. display: block;
  398. margin-right: auto;
  399. height: 2.5em;
  400. border: 2px solid vars.getColor("brand-orange");
  401. font-size: 17px;
  402. // font-weight: bold;
  403. @include vars.button("light-grey");
  404. }
  405. .collapsible button:after {
  406. content: "\02795"; /* Unicode character for "plus" sign (+) */
  407. font-size: 13px;
  408. color: white;
  409. float: right;
  410. margin-left: 5px;
  411. }
  412. .collapsible .content {
  413. // background-color: vars.getColor("faded-text2");
  414. border: 2px solid black;
  415. border-radius: 4px;
  416. padding: 4px;
  417. // transition: all 0.2s;
  418. // height: 1px;
  419. }
  420. footer {
  421. height: 6em;
  422. background-color: vars.getColor("dark-grey");
  423. padding: 20px;
  424. color: vars.getColor("faded-text2");
  425. }
  426. footer .foot-links {
  427. width: 20em;
  428. margin: 2em auto;
  429. text-align: center;
  430. }
  431. footer a {
  432. margin: 0 8px;
  433. color: vars.getColor("faded-text2");
  434. &:hover {
  435. color: vars.getColor("faded-text");
  436. }
  437. }
  438. .hidden {
  439. display: none;
  440. }
  441. .loading-icon {
  442. display: block;
  443. width: 50px;
  444. height: 50px;
  445. margin: auto;
  446. }
  447. .register-area p {
  448. text-align: center;
  449. }
  450. .register-area .loading-icon {
  451. margin-top: 100px;
  452. }
  453. div.register-area {
  454. overflow: hidden;
  455. height: 0px;
  456. width: 100%;
  457. z-index: 1;
  458. @include vars.hovering3;
  459. margin-bottom: 2em;
  460. position: fixed;
  461. border-radius: 0;
  462. padding: 0;
  463. opacity: 0;
  464. transition: all 0.2s;
  465. background: white;
  466. h3 {
  467. text-align: center;
  468. }
  469. label,
  470. input {
  471. color: black;
  472. display: block;
  473. border-color: black;
  474. width: 95%;
  475. }
  476. div {
  477. margin-top: 20px;
  478. margin-bottom: 20px;
  479. width: 100%;
  480. }
  481. form {
  482. width: 160px;
  483. margin: 20px auto;
  484. }
  485. .submit-btn {
  486. width: 100%;
  487. background-color: #3bb78f;
  488. @include vars.special-button("light-green", "dark-green");
  489. }
  490. .cancel-button {
  491. width: 20px;
  492. height: 20px;
  493. background: url("../images/close-icon-black.svg");
  494. background-size: cover;
  495. position: absolute;
  496. top: 20px;
  497. right: 20px;
  498. }
  499. }
  500. section.features-info {
  501. // min-height: 90em;
  502. }
  503. div.register-area.active {
  504. height: fit-content;
  505. min-height: 20em;
  506. opacity: 1;
  507. }
  508. .medium-icon {
  509. width: 50px;
  510. height: 50px;
  511. margin-left: auto;
  512. margin-right: auto;
  513. display: block;
  514. top: 50px;
  515. }
  516. // Make small screens more usable
  517. @media (max-width: 720px) {
  518. nav {
  519. display: block;
  520. }
  521. nav form {
  522. // display: none;
  523. width: 190px;
  524. margin-left: auto;
  525. margin-right: auto;
  526. align-items: center;
  527. margin-top: 5em;
  528. opacity: 0;
  529. transition: transform 0.3s;
  530. transform: translateY(-50px);
  531. }
  532. nav form.active {
  533. display: block;
  534. transform: translateX(0%);
  535. opacity: 1;
  536. // background: white;
  537. // color: black;
  538. }
  539. nav form div {
  540. margin: 10px auto;
  541. }
  542. nav div label,
  543. input {
  544. display: block;
  545. }
  546. nav .nav-toggle {
  547. display: block;
  548. }
  549. div.register-area.active {
  550. display: initial;
  551. }
  552. div.register-area h1 {
  553. font-size: 1.5rem;
  554. display: inline-block;
  555. color: vars.getColor("brand-orange");
  556. }
  557. div.register-area h3 {
  558. text-align: center;
  559. }
  560. div.register-area .login {
  561. color: vars.getColor("brand-orange");
  562. display: block;
  563. margin-left: auto;
  564. margin-right: auto;
  565. // margin-top: 1em;
  566. width: 10em;
  567. // top: 40px;
  568. // position: absolute;
  569. }
  570. div.register-area .login input {
  571. border: 2px solid black;
  572. border-color: black;
  573. color: black;
  574. }
  575. div.register-area button {
  576. margin-top: 1em;
  577. width: 6em;
  578. }
  579. div.register-area div {
  580. margin-top: 10px;
  581. margin-bottom: 5px;
  582. margin-left: auto;
  583. margin-right: auto;
  584. }
  585. .landing-hero div.hero-filter h2 {
  586. top: 4em;
  587. }
  588. .landing-hero div.hero-filter p {
  589. top: 15em;
  590. }
  591. .landing-hero div.hero-filter .register-btn {
  592. top: 75%;
  593. }
  594. }
  595. .info-heading {
  596. text-align: center;
  597. margin-top: 3em;
  598. margin-left: auto;
  599. margin-right: auto;
  600. max-width: 35em;
  601. padding: 3em;
  602. height: 30em;
  603. button {
  604. display: block;
  605. margin: 3em auto;
  606. width: 6em;
  607. @include vars.special-button("light-green", "dark-green");
  608. }
  609. }
  610. main.panel {
  611. // min-height: 750px;
  612. height: 100vh;
  613. // max-height: 100vh;
  614. background-image: linear-gradient(315deg, #ff4e00 0%, #ec9f05 74%);
  615. }
  616. #panel {
  617. top: 50px;
  618. padding: 0 5%;
  619. margin: auto;
  620. position: relative;
  621. max-width: 800px;
  622. height: 90%;
  623. display: flex;
  624. gap: 10px;
  625. }
  626. #sidebar {
  627. position: relative;
  628. width: 6%;
  629. max-width: 55px;
  630. height: 50%;
  631. color: white;
  632. background: transparent;
  633. display: block;
  634. flex-shrink: 0;
  635. a {
  636. display: block;
  637. margin: 20px 0;
  638. }
  639. svg {
  640. width: 100%;
  641. height: 35px;
  642. color: white;
  643. }
  644. a.selected svg {
  645. color: vars.getColor("brand-orange");
  646. }
  647. }
  648. #panel #main {
  649. background: white;
  650. width: 100%;
  651. flex-shrink: 1;
  652. margin-left: auto;
  653. position: relative;
  654. @include vars.hovering3;
  655. transition: opacity 0.5s ease;
  656. vertical-align: middle;
  657. overflow: scroll;
  658. // text-align: center;
  659. section {
  660. padding: 5px;
  661. border-radius: 4px;
  662. margin-bottom: 2em;
  663. }
  664. h4 {
  665. margin: 4px;
  666. color: vars.getColor("dark-grey");
  667. }
  668. .welcome-pane {
  669. text-align: center;
  670. }
  671. .credits-pane {
  672. border: 3px solid vars.getColor("orange");
  673. display: flex;
  674. align-items: center;
  675. justify-content: center;
  676. color: vars.getColor("brand-orange");
  677. }
  678. .alerts-pane {
  679. border: 3px solid vars.getColor("grey");
  680. padding: 1em;
  681. }
  682. }
  683. .fade-enter-from,
  684. .fade-leave-to {
  685. opacity: 0;
  686. }
  687. section.recent-pane,
  688. section.history-pane {
  689. display: flex;
  690. flex-flow: wrap;
  691. justify-content: space-between;
  692. width: 100%;
  693. height: fit-content;
  694. h4 {
  695. width: 100%;
  696. }
  697. table {
  698. border-spacing: 4px;
  699. margin: auto;
  700. text-align: center;
  701. width: 100%;
  702. }
  703. th {
  704. font-weight: normal;
  705. color: vars.getColor("light2-grey");
  706. }
  707. tr {
  708. border-bottom: 3px solid black;
  709. }
  710. td {
  711. border-bottom: 2px solid vars.getColor("grey");
  712. // color: vars.getColor("light3-grey");
  713. // font-size: 1rem;
  714. font-size: 0.8rem;
  715. }
  716. td.completed span {
  717. background: vars.getColor("green");
  718. color: vars.darkenColor("green");
  719. border-radius: 4px;
  720. padding: 2px;
  721. }
  722. td.processing {
  723. color: vars.getColor("light-blue");
  724. }
  725. td.canceled {
  726. color: vars.getColor("red-alert");
  727. }
  728. .bi-eye-fill {
  729. color: grey;
  730. }
  731. .nav-btn.right {
  732. margin-right: 20px;
  733. }
  734. .nav-btn.left {
  735. margin-left: 20px;
  736. }
  737. }
  738. .pending-pane {
  739. .pending-heading {
  740. position: relative;
  741. border-bottom: 1px solid vars.getColor("light2-grey");
  742. // background-color: vars.getColor('light-grey');
  743. &:hover {
  744. color: vars.darkenColor("text-blue-medium");
  745. }
  746. }
  747. .pending-content {
  748. color: grey;
  749. height: 0;
  750. overflow: hidden;
  751. transition: all 0.2s;
  752. }
  753. .selected .pending-content {
  754. height: fit-content;
  755. }
  756. li {
  757. margin: 10px 0;
  758. display: inline-block;
  759. width: 15em;
  760. }
  761. img {
  762. // border: 2px solid vars.getColor('light2-grey');
  763. padding: 4px;
  764. // border-radius: 50%;
  765. margin-top: 5px;
  766. width: 25px;
  767. display: inline-block;
  768. margin-bottom: 3px;
  769. margin-left: 2px;
  770. position: absolute;
  771. transition: all 0.2s;
  772. }
  773. .selected img {
  774. transform: rotate(180deg);
  775. }
  776. }
  777. .history-pane {
  778. transition: all 0.2s;
  779. .nav-btn {
  780. width: 1.5em;
  781. // transform: translateY(1.5em);
  782. }
  783. .nav-legend {
  784. color: grey;
  785. // transform: translateX(-1.5em);
  786. text-align: center;
  787. // position: absolute;
  788. width: 3em;
  789. left: 50%;
  790. }
  791. table {
  792. min-width: 30em;
  793. }
  794. .table-scroller {
  795. width: 100%;
  796. overflow-x: scroll;
  797. }
  798. }
  799. .actions {
  800. margin-bottom: 1em;
  801. }
  802. .actions a {
  803. color: vars.getColor("brand-orange");
  804. margin: 1em;
  805. margin-bottom: 2em;
  806. padding: 3px;
  807. }
  808. .actions a:hover {
  809. color: vars.darkenColor("brand-orange");
  810. }
  811. .logout-pane {
  812. margin-top: 25%;
  813. text-align: center;
  814. height: 10em;
  815. a {
  816. display: block;
  817. // vertical-align: center;
  818. margin: auto;
  819. margin-top: 2em;
  820. height: 1.5em;
  821. width: 5em;
  822. @include vars.inverting-button(black, white);
  823. }
  824. }
  825. .settings-page {
  826. h3 {
  827. text-align: center;
  828. }
  829. h5 {
  830. display: inline-block;
  831. margin-right: 2em;
  832. margin-top: 0;
  833. margin-bottom: 0.5em;
  834. color: vars.getColor("brand-orange");
  835. }
  836. input {
  837. display: block;
  838. margin-bottom: 1em;
  839. right: 2px;
  840. position: relative;
  841. }
  842. button {
  843. margin-right: 10px;
  844. display: inline-block;
  845. @include vars.inverting-button(
  846. vars.getColor("text-blue-medium"),
  847. white
  848. );
  849. & > * {
  850. vertical-align: middle;
  851. }
  852. }
  853. .loading-icon {
  854. width: 1.5em;
  855. height: 1.5em;
  856. display: none;
  857. color: white;
  858. margin-left: 0.5em;
  859. margin-right: 0.5em;
  860. }
  861. .loading .loading-icon {
  862. display: inline;
  863. }
  864. .completed span {
  865. color: vars.getColor("green");
  866. }
  867. .error span {
  868. color: vars.getColor("red-alert");
  869. }
  870. }
  871. .services-legend {
  872. display: flex;
  873. justify-content: space-between;
  874. margin-top: 20px;
  875. border-top: 1px solid darkgrey;
  876. border-bottom: 1px solid darkgrey;
  877. min-height: 2em;
  878. background-color: rgb(239, 239, 239);
  879. color: rgb(118, 118, 118);
  880. padding-right: 30px;
  881. h5 {
  882. display: inline-block;
  883. margin: auto;
  884. text-align: center;
  885. width: 20%;
  886. // max-width: 25%;
  887. }
  888. :nth-child(1) {
  889. width: 30%;
  890. }
  891. }
  892. .sliding-menu {
  893. display: flex;
  894. justify-content: center;
  895. flex-basis: 50%;
  896. margin-top: 1em;
  897. flex-flow: wrap;
  898. gap: 10px;
  899. a {
  900. width: 25%;
  901. font-size: 1.1rem;
  902. background: none;
  903. border: none;
  904. color: grey;
  905. text-align: center;
  906. }
  907. .selected {
  908. color: black;
  909. }
  910. }
  911. .menu-slider {
  912. width: 55%;
  913. div {
  914. transition: all 0.2s;
  915. width: 50%;
  916. border-bottom: 2px solid black;
  917. flex: 2;
  918. }
  919. }
  920. .menu-slider.credits div {
  921. transform: translateX(100%);
  922. }
  923. .menu-slider.right div {
  924. transform: translateX(100%);
  925. }
  926. .services-pane {
  927. li {
  928. display: flex;
  929. // gap: 0.5em;
  930. justify-content: space-between;
  931. align-items: center;
  932. border-top: 1px solid grey;
  933. // border-bottom: 1px solid grey;
  934. padding: 6px 0;
  935. }
  936. li span {
  937. // width: 10%;
  938. text-align: center;
  939. vertical-align: middle;
  940. }
  941. li :nth-child(1) {
  942. width: 30%;
  943. }
  944. li:hover span {
  945. color: vars.darkenColor("faded-text");
  946. }
  947. svg {
  948. width: 25px;
  949. height: 25px;
  950. color: vars.getColor("brand-orange");
  951. right: 10px;
  952. }
  953. svg:hover {
  954. color: vars.getColor("dark-orange");
  955. }
  956. }
  957. #overlay {
  958. position: fixed;
  959. width: 100%;
  960. height: 100%;
  961. background-color: rgba(0, 0, 0, 0.5);
  962. left: 0;
  963. top: 0;
  964. .overlay-item {
  965. width: 20em;
  966. min-height: 20em;
  967. background: white;
  968. margin: auto;
  969. margin-top: 20%;
  970. opacity: 1;
  971. border-radius: 4px;
  972. padding: 5px;
  973. @include vars.hovering2;
  974. div {
  975. width: 15em;
  976. margin: auto;
  977. margin-bottom: 1em;
  978. }
  979. input {
  980. // width: 40%;
  981. display: inline;
  982. }
  983. }
  984. .icon {
  985. width: 40px;
  986. height: 40px;
  987. display: block;
  988. margin: 0 auto;
  989. }
  990. h3 {
  991. text-align: center;
  992. margin-top: 5px;
  993. }
  994. h4 {
  995. text-align: center;
  996. }
  997. .cancel {
  998. position: absolute;
  999. width: 30px;
  1000. right: 10px;
  1001. top: 10px;
  1002. }
  1003. button {
  1004. display: inline-block;
  1005. margin: auto;
  1006. display: flex;
  1007. align-items: center;
  1008. text-align: center;
  1009. justify-content: center;
  1010. font-size: 1.1rem;
  1011. min-width: 7em;
  1012. @include vars.inverting-button(vars.getColor("brand-orange"), white);
  1013. }
  1014. #url {
  1015. width: 100%;
  1016. }
  1017. p {
  1018. margin-top: 2em;
  1019. text-align: center;
  1020. }
  1021. li {
  1022. margin: 1em 0;
  1023. }
  1024. }
  1025. button .loading-icon {
  1026. display: inline;
  1027. height: 1.5em;
  1028. }
  1029. #panel #main .credits-display {
  1030. text-align: center;
  1031. margin: 1em;
  1032. color: vars.getColor("brand-orange");
  1033. display: flex;
  1034. justify-content: center;
  1035. align-items: center;
  1036. }
  1037. .select-credits .credits-pane {
  1038. flex-flow: wrap;
  1039. border-radius: 4px;
  1040. margin-bottom: 2em;
  1041. text-align: center;
  1042. display: flex;
  1043. gap: 5%;
  1044. padding: 0.5em 0;
  1045. span {
  1046. margin-right: 0.5em;
  1047. }
  1048. }
  1049. .select-credits h2 {
  1050. margin: 0;
  1051. }
  1052. .select-credits h3 {
  1053. text-align: center;
  1054. }
  1055. .select-credits input {
  1056. width: 3em;
  1057. }
  1058. .brand-btn {
  1059. display: inline-block;
  1060. margin: auto;
  1061. display: flex;
  1062. align-items: center;
  1063. text-align: center;
  1064. justify-content: center;
  1065. font-size: 1.1rem;
  1066. min-width: 7em;
  1067. @include vars.inverting-button(vars.getColor("brand-orange"), white);
  1068. }
  1069. div#card-errors {
  1070. margin: 5%;
  1071. text-align: center;
  1072. }
  1073. #payment-section {
  1074. h4 {
  1075. text-align: center;
  1076. }
  1077. form {
  1078. margin-top: 2em;
  1079. }
  1080. label {
  1081. display: block;
  1082. }
  1083. input {
  1084. margin: 1em 0;
  1085. }
  1086. #save-card {
  1087. display: flex;
  1088. gap: 10px;
  1089. align-items: center;
  1090. justify-content: center;
  1091. }
  1092. #billing-name {
  1093. width: 25em;
  1094. max-width: 90%;
  1095. }
  1096. }
  1097. #card-element {
  1098. border: 2px solid grey;
  1099. border-radius: 4px;
  1100. padding: 10px;
  1101. }
  1102. .info-grey {
  1103. text-align: center;
  1104. color: grey;
  1105. // color: vars.getColor('light2-grey');
  1106. div {
  1107. width: 20%;
  1108. margin: auto;
  1109. height: 4px;
  1110. margin-top: 1em;
  1111. background: vars.getColor("light2-grey");
  1112. border-radius: 2px;
  1113. }
  1114. }
  1115. .saved-card {
  1116. display: flex;
  1117. gap: 15px;
  1118. align-items: center;
  1119. justify-content: space-around;
  1120. max-width: 15em;
  1121. margin: auto;
  1122. }
  1123. .status-dialog {
  1124. position: relative;
  1125. top: 15%;
  1126. margin: auto;
  1127. max-width: 20em;
  1128. text-align: center;
  1129. img {
  1130. margin: auto;
  1131. display: block;
  1132. }
  1133. }
  1134. .saved-cards-heading {
  1135. display: flex;
  1136. align-items: center;
  1137. justify-content: space-around;
  1138. max-width: 25em;
  1139. margin: auto;
  1140. h5 {
  1141. margin: 0;
  1142. }
  1143. }
  1144. .settings-page .saved-card {
  1145. max-width: 25em;
  1146. // align-items: start;
  1147. justify-content: space-between;
  1148. margin-top: 1em;
  1149. > * {
  1150. min-width: 20%;
  1151. }
  1152. img {
  1153. width: 15px;
  1154. display: block;
  1155. }
  1156. input {
  1157. display: block;
  1158. margin: auto;
  1159. }
  1160. }
  1161. .saved-card button {
  1162. width: 3em;
  1163. height: 2em;
  1164. }
  1165. nav.info-page {
  1166. position: relative;
  1167. }
  1168. main.terms {
  1169. section {
  1170. padding-top: 0;
  1171. padding-bottom: 2em;
  1172. padding-right: 5%;
  1173. padding-left: 5%;
  1174. max-width: 50em;
  1175. margin: auto;
  1176. }
  1177. section:nth-child(1) {
  1178. margin-top: 3em;
  1179. }
  1180. p {
  1181. color: grey;
  1182. }
  1183. }
  1184. .payment-window {
  1185. min-height: 5em;
  1186. margin-top: 1em;
  1187. text-align: center;
  1188. color: grey;
  1189. img {
  1190. width: 250px;
  1191. max-width: 80%;
  1192. margin: auto;
  1193. margin-bottom: 1em;
  1194. display: block;
  1195. height: 90px;
  1196. }
  1197. }
  1198. #agreement-check {
  1199. margin: auto;
  1200. max-width: 30em;
  1201. display: flex;
  1202. align-items: center;
  1203. label {
  1204. display: inline-block;
  1205. // width: 85%;
  1206. margin: 1em;
  1207. }
  1208. input {
  1209. display: inline-block;
  1210. }
  1211. }
  1212. .support-section .loading-icon {
  1213. margin-top: 25%;
  1214. color: vars.getColor("brand-orange");
  1215. }
  1216. #support-form {
  1217. margin-top: 10%;
  1218. label {
  1219. margin: auto;
  1220. text-align: center;
  1221. width: 10em;
  1222. display: block;
  1223. margin-bottom: 1em;
  1224. }
  1225. select {
  1226. display: block;
  1227. margin: auto;
  1228. margin-bottom: 2em;
  1229. width: 10em;
  1230. text-align: center;
  1231. background: white;
  1232. }
  1233. textarea {
  1234. display: block;
  1235. width: 90%;
  1236. margin: auto;
  1237. }
  1238. button {
  1239. display: block;
  1240. font-size: 1em;
  1241. margin: auto;
  1242. margin-top: 2em;
  1243. height: 2.3em;
  1244. width: 5em;
  1245. @include vars.inverting-button(black, white);
  1246. }
  1247. }
  1248. .error-message {
  1249. text-align: center;
  1250. color: vars.getColor("red-alert");
  1251. margin-top: 1em;
  1252. margin-bottom: 1em;
  1253. }
  1254. //Maybe this should have a max width
  1255. .dialog {
  1256. text-align: center;
  1257. }