My SMM panel
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 

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