Advertisement
feighdead

Desktop.module.css

Oct 24th, 2024
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 5.14 KB | None | 0 0
  1. .backgroundBlockSmall {
  2.     position: absolute;
  3.     top: 240px;
  4.     left: 277px;
  5.     background-color: #fff;
  6.     width: 885px;
  7.     height: 1563px;
  8. }
  9. .backgroundBlockMedium {
  10.     position: absolute;
  11.     top: 0px;
  12.     left: 0px;
  13.     background-color: #9ca3af;
  14.     width: 1440px;
  15.     height: 37px;
  16. }
  17. .backgroundBlockLarge {
  18.     position: absolute;
  19.     top: 37px;
  20.     left: 0px;
  21.     background-color: #fff;
  22.     width: 1440px;
  23.     height: 119px;
  24. }
  25. .logoBackground {
  26.     position: absolute;
  27.     top: 0px;
  28.     left: 0px;
  29.     border-radius: 8px;
  30.     background-color: #8d0900;
  31.     width: 66px;
  32.     height: 66px;
  33. }
  34. .initials {
  35.     position: absolute;
  36.     top: 10px;
  37.     left: 11px;
  38.     letter-spacing: -0.01em;
  39.     font-weight: 500;
  40. }
  41. .container2 {
  42.     width: 66px;
  43.     position: relative;
  44.     height: 66px;
  45. }
  46. .name {
  47.     position: relative;
  48.     font-size: 20px;
  49.     letter-spacing: -0.01em;
  50.     font-weight: 500;
  51.     color: #18181b;
  52. }
  53. .container1 {
  54.     display: flex;
  55.     flex-direction: row;
  56.     align-items: center;
  57.     justify-content: flex-start;
  58.     gap: 20px;
  59. }
  60. .containerChild {
  61.     width: 0.5px;
  62.     position: relative;
  63.     border-right: 0.5px solid #d1d5db;
  64.     box-sizing: border-box;
  65.     height: 38.5px;
  66. }
  67. .documentTitle {
  68.     position: relative;
  69.     font-size: 20px;
  70.     letter-spacing: -0.01em;
  71.     font-weight: 500;
  72.     color: #9ca3af;
  73. }
  74. .container {
  75.     position: absolute;
  76.     top: 64px;
  77.     left: 26px;
  78.     display: flex;
  79.     flex-direction: row;
  80.     align-items: center;
  81.     justify-content: flex-start;
  82.     gap: 20px;
  83. }
  84. .interviewHell {
  85.     position: relative;
  86.     letter-spacing: -0.01em;
  87.     line-height: 69.54px;
  88. }
  89. .interviewHellWrapper {
  90.     display: flex;
  91.     flex-direction: row;
  92.     align-items: flex-end;
  93.     justify-content: flex-start;
  94. }
  95. .logo {
  96.     height: 77.7px;
  97.     display: flex;
  98.     flex-direction: row;
  99.     align-items: flex-end;
  100.     justify-content: center;
  101.     font-size: 48.3px;
  102.     color: #eb3c13;
  103.     font-family: ghosthey;
  104. }
  105. .title {
  106.     position: relative;
  107.     font-size: 24px;
  108.     letter-spacing: -0.01em;
  109. }
  110. .disclaimerThisIs {
  111.     margin: 0;
  112. }
  113. .blankLine1 {
  114.     margin: 0;
  115.     font-weight: 500;
  116. }
  117. .description {
  118.     width: 802px;
  119.     position: relative;
  120.     letter-spacing: -0.01em;
  121.     display: inline-block;
  122. }
  123. .iconmic {
  124.     width: 16px;
  125.     position: relative;
  126.     height: 16px;
  127.     overflow: hidden;
  128.     flex-shrink: 0;
  129. }
  130. .loginWithEmail {
  131.     position: relative;
  132.     line-height: 24px;
  133.     font-weight: 500;
  134. }
  135. .button {
  136.     border-radius: 6px;
  137.     display: flex;
  138.     flex-direction: row;
  139.     align-items: center;
  140.     justify-content: center;
  141.     padding: 8px 16px;
  142.     gap: 8px;
  143. }
  144. .button1 {
  145.     border-radius: 6px;
  146.     background-color: #eb3c13;
  147.     border: 1px solid #e2e8f0;
  148.     display: flex;
  149.     flex-direction: row;
  150.     align-items: center;
  151.     justify-content: center;
  152.     padding: 8px 16px;
  153.     color: #fff;
  154. }
  155. .dropdown {
  156.     align-self: stretch;
  157.     border-radius: 8px;
  158.     border: 1px solid #6b7280;
  159.     box-sizing: border-box;
  160.     height: 64px;
  161.     display: flex;
  162.     flex-direction: row;
  163.     align-items: center;
  164.     justify-content: space-between;
  165.     padding: 10px;
  166. }
  167. .container6 {
  168.     width: 540px;
  169.     display: flex;
  170.     flex-direction: column;
  171.     align-items: flex-start;
  172.     justify-content: flex-start;
  173.     gap: 20px;
  174. }
  175. .note {
  176.     width: 802px;
  177.     position: relative;
  178.     font-size: 16px;
  179.     letter-spacing: -0.01em;
  180.     font-family: 'Helvetica Neue';
  181.     color: #6b7280;
  182.     display: inline-block;
  183. }
  184. .container5 {
  185.     display: flex;
  186.     flex-direction: column;
  187.     align-items: flex-start;
  188.     justify-content: flex-start;
  189.     gap: 20px;
  190.     font-size: 14px;
  191.     font-family: Switzer;
  192. }
  193. .theFinePrint {
  194.     font-weight: 500;
  195. }
  196. .theFinePrintYoullDefinite {
  197.     margin: 0;
  198.     font-size: 10px;
  199. }
  200. .container4 {
  201.     align-self: stretch;
  202.     display: flex;
  203.     flex-direction: column;
  204.     align-items: flex-start;
  205.     justify-content: flex-start;
  206.     gap: 40px;
  207. }
  208. .exampleText {
  209.     position: relative;
  210.     letter-spacing: -0.01em;
  211.     font-weight: 300;
  212. }
  213. .chatButton {
  214.     border-radius: 8px;
  215.     border: 1px solid #6d5875;
  216.     overflow: hidden;
  217.     display: flex;
  218.     flex-direction: row;
  219.     align-items: center;
  220.     justify-content: flex-start;
  221.     padding: 12px 20px;
  222.     cursor: pointer;
  223. }
  224. .button4 {
  225.     border-radius: 6px;
  226.     background-color: #928683;
  227.     border: 1px solid #e2e8f0;
  228.     display: flex;
  229.     flex-direction: row;
  230.     align-items: center;
  231.     justify-content: center;
  232.     padding: 8px 16px;
  233.     color: #fff;
  234. }
  235. .container7 {
  236.     display: flex;
  237.     flex-direction: row;
  238.     align-items: center;
  239.     justify-content: flex-start;
  240.     gap: 12px;
  241.     font-size: 14px;
  242.     color: #4b5563;
  243.     font-family: Switzer;
  244. }
  245. .container3 {
  246.     position: absolute;
  247.     top: 287px;
  248.     left: 318px;
  249.     width: 803px;
  250.     display: flex;
  251.     flex-direction: column;
  252.     align-items: flex-start;
  253.     justify-content: flex-start;
  254.     gap: 40px;
  255.     font-size: 20px;
  256.     color: #000;
  257. }
  258. .desktop1 {
  259.     width: 100%;
  260.     position: relative;
  261.     border-radius: 8px;
  262.     background-color: #9ca3af;
  263.     height: 1839px;
  264.     overflow: hidden;
  265.     text-align: left;
  266.     font-size: 36px;
  267.     color: #fff;
  268.     font-family: 'Helvetica Neue';
  269. }
  270.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement