_form-wizard-demo.scss 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744
  1. .logo-container {
  2. inset-inline-start: 50px;
  3. position: absolute;
  4. inset-block-start: 20px;
  5. z-index: 3;
  6. .logo {
  7. overflow: hidden;
  8. border-radius: 50%;
  9. border: 1px solid #333333;
  10. width: 60px;
  11. float: $float-left;
  12. }
  13. .brand {
  14. font-size: 18px;
  15. color: #fff;
  16. line-height: 20px;
  17. float: $float-left;
  18. margin-inline-start: 10px;
  19. margin-block-start: 10px;
  20. width: 60px;
  21. }
  22. }
  23. .section .wizard-card {
  24. min-height: inherit;
  25. }
  26. .tim-row {
  27. margin-block-end: 20px;
  28. }
  29. .tim-white-buttons {
  30. background-color: #777777;
  31. }
  32. .title {
  33. margin-block-start: 30px;
  34. margin-block-end: 25px;
  35. min-height: 32px;
  36. font-weight: 500;
  37. &.text-center {
  38. margin-block-end: 50px;
  39. }
  40. }
  41. .tim-typo {
  42. padding-inline-start: 25%;
  43. margin-block-end: 40px;
  44. position: relative;
  45. .tim-note {
  46. inset-block-end: 10px;
  47. color: #c0c1c2;
  48. display: block;
  49. font-weight: 400;
  50. font-size: 13px;
  51. line-height: 13px;
  52. inset-inline-start: 0;
  53. margin-inline-start: 20px;
  54. position: absolute;
  55. width: 260px;
  56. }
  57. }
  58. .tim-row {
  59. padding-block-start: 50px;
  60. h3 {
  61. margin-block-start: 0;
  62. }
  63. }
  64. .switch {
  65. margin-inline-end: 20px;
  66. }
  67. #navbar-full .navbar {
  68. border-radius: 0 !important;
  69. margin-block-end: 15px;
  70. z-index: 2;
  71. }
  72. .space {
  73. height: 130px;
  74. display: block;
  75. }
  76. .space-110 {
  77. height: 110px;
  78. display: block;
  79. }
  80. .space-50 {
  81. height: 50px;
  82. display: block;
  83. }
  84. .space-70 {
  85. height: 70px;
  86. display: block;
  87. }
  88. .navigation-example {
  89. .img-src {
  90. background-attachment: scroll;
  91. }
  92. background-position: center center;
  93. background-size: cover;
  94. margin-block-start: 0;
  95. min-height: 740px;
  96. }
  97. #notifications {
  98. background-color: #ffffff;
  99. display: block;
  100. width: 100%;
  101. position: relative;
  102. .alert-danger {
  103. margin-block-end: 0px;
  104. }
  105. }
  106. .tim-note {
  107. text-transform: capitalize;
  108. }
  109. #buttons .btn {
  110. margin: 0 0px 15px;
  111. }
  112. .space-100 {
  113. height: 100px;
  114. display: block;
  115. width: 100%;
  116. }
  117. .be-social {
  118. padding-block-end: 20px;
  119. /* border-block-end: 1px solid #aaa; */
  120. margin: 0 auto 40px;
  121. }
  122. .txt-white {
  123. color: #ffffff;
  124. }
  125. .txt-gray {
  126. color: #ddd !important;
  127. }
  128. .parallax {
  129. width: 100%;
  130. height: 570px;
  131. display: block;
  132. background-attachment: fixed;
  133. background-repeat: no-repeat;
  134. background-size: cover;
  135. background-position: center center;
  136. }
  137. .logo-container {
  138. &.logo-documentation {
  139. position: relative;
  140. inset-block-start: 0;
  141. inset-inline-start: 0;
  142. }
  143. .logo {
  144. overflow: hidden;
  145. border-radius: 50%;
  146. border: 1px solid #333333;
  147. width: 50px;
  148. float: $float-left;
  149. }
  150. .brand {
  151. font-size: 16px;
  152. line-height: 18px;
  153. float: $float-left;
  154. margin-inline-start: 10px;
  155. margin-block-start: 7px;
  156. width: 70px;
  157. height: 40px;
  158. text-align: start;
  159. }
  160. }
  161. .navbar-default .logo-container .brand {
  162. color: #999999;
  163. }
  164. .navbar-transparent .logo-container .brand {
  165. color: #ffffff;
  166. }
  167. .logo-container {
  168. .brand-material {
  169. font-size: 18px;
  170. margin-block-start: 15px;
  171. height: 25px;
  172. width: auto;
  173. }
  174. .logo img {
  175. width: 100%;
  176. }
  177. }
  178. .navbar-small .logo-container .brand {
  179. color: #333333;
  180. }
  181. .fixed-section {
  182. inset-block-start: 90px;
  183. max-height: 80vh;
  184. overflow: scroll;
  185. ul li {
  186. list-style: none;
  187. }
  188. li a {
  189. font-size: 14px;
  190. padding: 2px;
  191. display: block;
  192. color: #666666;
  193. &.active {
  194. color: #00bbff;
  195. }
  196. }
  197. &.float {
  198. position: fixed;
  199. inset-block-start: 100px;
  200. width: 200px;
  201. margin-block-start: 0;
  202. }
  203. }
  204. .parallax .parallax-image {
  205. width: 100%;
  206. overflow: hidden;
  207. position: absolute;
  208. img {
  209. width: 100%;
  210. }
  211. }
  212. @media (max-width: 768px) {
  213. .parallax .parallax-image {
  214. width: 100%;
  215. height: 640px;
  216. overflow: hidden;
  217. img {
  218. height: 100%;
  219. width: auto;
  220. }
  221. }
  222. }
  223. .separator {
  224. content: "Separator";
  225. color: #ffffff;
  226. display: block;
  227. width: 100%;
  228. padding: 20px;
  229. }
  230. .separator-line {
  231. background-color: #eee;
  232. height: 1px;
  233. width: 100%;
  234. display: block;
  235. }
  236. .separator.separator-gray {
  237. background-color: #eeeeee;
  238. }
  239. .social-buttons-demo .btn {
  240. margin-inline-end: 5px;
  241. margin-block-end: 7px;
  242. }
  243. .img-container {
  244. width: 100%;
  245. overflow: hidden;
  246. img {
  247. width: 100%;
  248. }
  249. }
  250. .lightbox {
  251. img {
  252. width: 100%;
  253. }
  254. .modal-content {
  255. overflow: hidden;
  256. }
  257. .modal-body {
  258. padding: 0;
  259. }
  260. }
  261. @media screen and (min-width: 991px) {
  262. .lightbox .modal-dialog {
  263. width: 960px;
  264. }
  265. }
  266. @media (max-width: 768px) {
  267. .parallax .motto {
  268. inset-block-start: 170px;
  269. margin-block-start: 0;
  270. font-size: 60px;
  271. width: 270px;
  272. }
  273. }
  274. /* Loading dots */
  275. /* transitions */
  276. .presentation .front {
  277. -webkit-transition: all 0.2s;
  278. -moz-transition: all 0.2s;
  279. -o-transition: all 0.2s;
  280. transition: all 0.2s;
  281. &:after,
  282. .btn {
  283. -webkit-transition: all 0.2s;
  284. -moz-transition: all 0.2s;
  285. -o-transition: all 0.2s;
  286. transition: all 0.2s;
  287. }
  288. }
  289. .logo-container {
  290. .logo,
  291. .brand {
  292. -webkit-transition: all 0.2s;
  293. -moz-transition: all 0.2s;
  294. -o-transition: all 0.2s;
  295. transition: all 0.2s;
  296. }
  297. }
  298. #images h4 {
  299. margin-block-end: 30px;
  300. }
  301. #javascriptComponents {
  302. padding-block-end: 0;
  303. .btn-raised {
  304. margin: 10px 5px;
  305. }
  306. }
  307. /* layer animation */
  308. .layers-container {
  309. display: block;
  310. margin-block-start: 50px;
  311. position: relative;
  312. img {
  313. position: absolute;
  314. width: 100%;
  315. height: auto;
  316. inset-block-start: 0;
  317. inset-inline-start: 0;
  318. text-align: center;
  319. }
  320. }
  321. .section-black {
  322. background-color: #333;
  323. }
  324. .animate {
  325. transition: 1.5s ease-in-out;
  326. -moz-transition: 1.5s ease-in-out;
  327. -webkit-transition: 1.5s ease-in-out;
  328. }
  329. .navbar-default.navbar-small .logo-container .brand {
  330. color: #333333;
  331. }
  332. .navbar-transparent.navbar-small .logo-container .brand {
  333. color: #ffffff;
  334. }
  335. .navbar-default.navbar-small .logo-container .brand {
  336. color: #333333;
  337. }
  338. .sharing-area {
  339. margin-block-start: 80px;
  340. .btn {
  341. margin: 15px 4px 0;
  342. color: #ffffff;
  343. i {
  344. font-size: 18px;
  345. position: relative;
  346. inset-block-start: 2px;
  347. margin-inline-end: 5px;
  348. }
  349. }
  350. .btn-twitter {
  351. background-color: #55acee;
  352. }
  353. .btn-facebook {
  354. background-color: #3b5998;
  355. }
  356. .btn-google-plus {
  357. background-color: #dd4b39;
  358. }
  359. .btn-github {
  360. background-color: #333333;
  361. }
  362. }
  363. .section-thin,
  364. .section-notifications {
  365. padding: 0;
  366. }
  367. .section-navbars {
  368. padding-block-start: 0;
  369. }
  370. #navbar .navbar {
  371. border-radius: 0;
  372. }
  373. .section-tabs {
  374. background: #eeeeee;
  375. }
  376. .section-pagination {
  377. padding-block-end: 0;
  378. }
  379. .section-download h4 {
  380. margin-block-end: 50px;
  381. }
  382. .section-examples {
  383. a {
  384. text-decoration: none;
  385. }
  386. h5 {
  387. margin-block-start: 30px;
  388. }
  389. }
  390. .components-page .wrapper > .header,
  391. .tutorial-page .wrapper > .header {
  392. height: 400px;
  393. padding-block-start: 100px;
  394. background-size: cover;
  395. background-position: center center;
  396. }
  397. .components-page .title,
  398. .tutorial-page .title {
  399. color: #ffffff;
  400. }
  401. .main {
  402. position: relative;
  403. z-index: 3;
  404. }
  405. .main-raised {
  406. margin: -60px 30px 0px;
  407. border-radius: 6px;
  408. box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12),
  409. 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  410. }
  411. .header-filter {
  412. position: relative;
  413. &:before,
  414. &:after {
  415. position: absolute;
  416. z-index: 1;
  417. width: 100%;
  418. height: 100%;
  419. display: block;
  420. inset-inline-start: 0;
  421. inset-block-start: 0;
  422. content: "";
  423. }
  424. &::before {
  425. background-color: rgba(0, 0, 0, 0.4);
  426. }
  427. .container {
  428. z-index: 2;
  429. position: relative;
  430. }
  431. }
  432. .section {
  433. padding: 70px 0;
  434. background-position: center center;
  435. background-size: cover;
  436. }
  437. /* .navbar {
  438. border: 0;
  439. border-radius: 3px;
  440. padding: 10px 0;
  441. -webkit-transition: all 150ms ease 0s;
  442. -moz-transition: all 150ms ease 0s;
  443. -o-transition: all 150ms ease 0s;
  444. -ms-transition: all 150ms ease 0s;
  445. transition: all 150ms ease 0s;
  446. } */
  447. .navbar {
  448. .navbar-brand {
  449. position: relative;
  450. height: 50px;
  451. line-height: 30px;
  452. color: inherit;
  453. padding: 10px 15px;
  454. &:hover,
  455. &:focus {
  456. color: inherit;
  457. background-color: transparent;
  458. }
  459. }
  460. &.navbar-transparent {
  461. background-color: transparent;
  462. box-shadow: none;
  463. color: #fff;
  464. padding-block-start: 25px;
  465. }
  466. }
  467. .navbar-fixed-top {
  468. border-radius: 0;
  469. }
  470. .navbar .navbar-nav > li > a {
  471. .material-icons,
  472. .fa {
  473. font-size: 20px;
  474. max-width: 20px;
  475. }
  476. &:hover,
  477. &:focus {
  478. color: inherit;
  479. background-color: transparent;
  480. }
  481. &:not(.btn) .material-icons {
  482. margin-block-start: -3px;
  483. inset-block-start: 0px;
  484. position: relative;
  485. margin-inline-end: 3px;
  486. }
  487. color: inherit;
  488. padding-block-start: 15px;
  489. padding-block-end: 15px;
  490. font-weight: 400;
  491. font-size: 12px;
  492. text-transform: uppercase;
  493. border-radius: 3px;
  494. }
  495. @media (max-width: 1199px) {
  496. .navbar {
  497. .navbar-brand {
  498. height: 50px;
  499. padding: 10px 15px;
  500. }
  501. .navbar-nav > li > a {
  502. padding-block-start: 15px;
  503. padding-block-end: 15px;
  504. }
  505. }
  506. }
  507. :placeholder {
  508. color: #fff;
  509. }
  510. footer {
  511. &.footer-documentation {
  512. margin-block-start: 0;
  513. inset-block-end: 0;
  514. text-shadow: none;
  515. color: inherit;
  516. li a {
  517. color: inherit;
  518. &:hover,
  519. &:focus {
  520. color: #89229b;
  521. }
  522. }
  523. }
  524. ul {
  525. margin-block-end: 0;
  526. padding: 0;
  527. list-style: none;
  528. li {
  529. display: inline-block;
  530. a {
  531. color: inherit;
  532. padding: 15px;
  533. font-weight: 500;
  534. font-size: 12px;
  535. text-transform: uppercase;
  536. border-radius: 3px;
  537. text-decoration: none;
  538. position: relative;
  539. display: block;
  540. &:hover {
  541. text-decoration: none;
  542. }
  543. }
  544. .btn {
  545. margin: 0;
  546. }
  547. }
  548. &.links-horizontal {
  549. &:first-child a {
  550. padding-inline-start: 0;
  551. }
  552. &:last-child a {
  553. padding-inline-end: 0;
  554. }
  555. }
  556. &.links-vertical li {
  557. display: block;
  558. a {
  559. padding: 5px 0;
  560. }
  561. }
  562. }
  563. .social-buttons {
  564. a,
  565. .btn {
  566. margin-block-start: 5px;
  567. margin-block-end: 5px;
  568. }
  569. }
  570. .footer-brand {
  571. float: $float-left;
  572. height: 50px;
  573. padding: 15px 15px;
  574. font-size: 18px;
  575. line-height: 20px;
  576. margin-inline-start: -15px;
  577. &:hover,
  578. &:focus {
  579. color: #3c4858;
  580. }
  581. }
  582. .copyright {
  583. padding: 15px 0;
  584. text-align: center;
  585. .material-icons {
  586. font-size: 18px;
  587. position: relative;
  588. inset-block-start: 3px;
  589. }
  590. }
  591. .pull-center {
  592. display: inline-block;
  593. float: none;
  594. }
  595. }
  596. @media (max-width: 768px) {
  597. .footer .copyright {
  598. display: inline-block;
  599. text-align: center;
  600. padding: 10px 0;
  601. float: none !important;
  602. width: 100%;
  603. }
  604. .navbar.navbar-transparent {
  605. background-color: rgba(0, 0, 0, 0.4);
  606. padding-block-start: 10px;
  607. border-radius: 0;
  608. }
  609. .main-raised {
  610. margin-inline-start: 10px;
  611. margin-inline-end: 10px;
  612. }
  613. }