Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.91 KB | None | 0 0
  1. ///// MODAL OVERWRITES
  2.  
  3. .modal-backdrop {
  4. background: #fff;
  5.  
  6. &.in {
  7. opacity: 0.85;
  8. filter: alpha(opacity=85);
  9. }
  10. }
  11.  
  12.  
  13. .modal-dialog {
  14. @media only screen and (min-width: 768px) {
  15. min-width: 650px;
  16. }
  17.  
  18. &.product-modal{
  19. width: 900px;
  20. }
  21.  
  22. .select2-container {
  23. width: 100%!important;
  24. }
  25.  
  26. .btn-onboarding {
  27. border-radius: 50px;
  28. height: 50px;
  29. padding: 10px 60px;
  30. }
  31.  
  32. .btn-rounded {
  33. border-radius: 50px;
  34. border-color: transparent;
  35. padding: 6px 30px;
  36. }
  37.  
  38. .media,
  39. .border-dashed {
  40. border-radius: 5px;
  41. border: 1px dashed #AFBACC;
  42.  
  43. p {
  44. line-height: 1.8;
  45. margin-bottom: 0;
  46. }
  47. }
  48.  
  49. .modal-body {
  50. padding-left: 30px;
  51. padding-right: 30px;
  52. }
  53.  
  54. .media-object.fa {
  55. height: 25px;
  56. width: 25px;
  57. background: #8D97A8;
  58. padding: 5px;
  59. }
  60.  
  61. .box-title {
  62. text-transform: uppercase;
  63. display: block;
  64. margin-bottom: 10px;
  65. line-height: 1.4;
  66. font-size: 16px;
  67. }
  68.  
  69. .uploader-meta {
  70. margin-top: 10px;
  71.  
  72. p {
  73. margin-bottom: 10px;
  74. }
  75. }
  76.  
  77. .progress-holder {
  78. margin-bottom: 10px;
  79.  
  80.  
  81. .progress {
  82. background: #AFBACC;
  83. box-shadow: none;
  84. }
  85.  
  86. .progress-bar {
  87. box-shadow: none;
  88. }
  89. }
  90.  
  91. .upload-numbers p {
  92. color: #8d97a9;
  93. }
  94.  
  95.  
  96. .image-picker {
  97. border: 2px solid transparent;
  98. border-radius: 5px;
  99. cursor: pointer;
  100.  
  101. &:hover,
  102. &.active {
  103. border-color: #3498db;
  104. }
  105. }
  106.  
  107.  
  108. .box-bordered {
  109. min-height: 75px;
  110. display: flex;
  111. flex-direction: column;
  112. justify-content: center;
  113.  
  114. .fa {
  115. margin-bottom: 3px;
  116. }
  117.  
  118. h4 {
  119. font-size: 18px;
  120. }
  121. }
  122.  
  123. .fa-arrows-h {
  124. color: #8d97a9;
  125. margin-top: 12px;
  126. font-size: 20px;
  127. }
  128.  
  129. .field-section {
  130. h3 {
  131. margin-left: 15px;
  132. }
  133.  
  134. .select2-selection__rendered {
  135. padding-left: 15px;
  136. }
  137.  
  138. .col-sm-5 {
  139. &:first-child {
  140. padding-right: 0;
  141. }
  142. &:last-child {
  143. padding-left: 0;
  144. }
  145. }
  146. }
  147.  
  148. .lead-line {
  149. display: block;
  150. font-weight: bold;
  151. line-height: 1.4;
  152. font-size: 16px;
  153. }
  154.  
  155. .footer-custom {
  156. display: flex;
  157. flex-direction: column;
  158. align-items: center;
  159.  
  160. .btn-onboarding {
  161. &:first-child {
  162. margin-bottom: 40px;
  163. }
  164. }
  165. }
  166.  
  167. .body-custom {
  168. p {
  169. line-height: 1.8;
  170. font-size: 16px;
  171. }
  172. }
  173.  
  174. .small-margins {
  175. p {
  176. margin-bottom: 7px;
  177. }
  178. }
  179. }
  180.  
  181.  
  182. .modal-header {
  183. padding: 13px 15px 13px;
  184. color: #b8c6d6;
  185. }
  186.  
  187.  
  188. .modal-title{
  189. font-size: 38px;
  190. color: $brand-light-text;
  191. text-align: center;
  192. }
  193.  
  194. .modal-content{
  195. background-color: #fff;
  196.  
  197. @media only screen and (min-width: 768px) {
  198. box-shadow: 0px 0px 8px 0px rgba(34, 39, 46, 0.38);
  199. }
  200. }
  201.  
  202. .progress{
  203. height: 5px;
  204. width:85%;
  205. margin-bottom:0;
  206. }
  207.  
  208. .progress-bar{
  209. background-color: $brand-success;
  210. }
  211.  
  212. .btn-cancel{
  213. background:none;
  214. border:none;
  215. i{
  216. background-color: #AFBACC;
  217. padding: 5px 7px;
  218. border-radius: 30px;
  219. width: 25px;
  220. color: #fff;
  221. }
  222. i:hover{
  223. background-color: $brand-danger;
  224. padding: 5px 7px;
  225. border-radius: 30px;
  226. width: 25px;
  227. color: #fff;
  228. }
  229. }
  230.  
  231. .modal-footer{
  232. padding: 25px 60px 40px;
  233. border: none;
  234.  
  235. &.text-center {
  236. text-align: center;
  237. }
  238. }
  239.  
  240. .fa-background{
  241. background-color: #afbacd;
  242. padding: 12px;
  243. border-radius: 40px;
  244. width: 40px;
  245. color: #fff;
  246. height: 40px;
  247. font-size: 1.2em;
  248. }
  249.  
  250. .fa-background-success{
  251. @extend .fa-background;
  252. background-color: $brand-success;
  253. }
  254.  
  255. .no-border{
  256. border: none;
  257. }
  258.  
  259. .top-border{
  260. border-top: 3px solid $brand-light-text;
  261. }
  262.  
  263. .slider-handle{
  264. background-image: linear-gradient(to bottom, $brand-success, $brand-success);
  265. }
  266.  
  267. .slider.slider-horizontal{
  268. width:100%;
  269. margin-top:10px;
  270. }
  271.  
  272. .list-group {
  273. a{
  274. color: $brand-light-text;
  275. }
  276. a:hover > li {
  277. background-color: $brand-primary;
  278. color: #fff;
  279. }
  280. }
  281.  
  282. .box-bordered{
  283. border: 1px solid $brand-border;
  284. }
  285.  
  286. a>.box-bordered{
  287. h4{
  288. color: $brand-primary;
  289. }
  290. i{
  291. color: $brand-border;
  292. }
  293. }
  294.  
  295. a>.box-bordered:hover{
  296. background-color: $brand-primary;
  297. h4,i{
  298. color: #fff;
  299. }
  300. }
  301.  
  302. .flex-box{
  303. display: flex;
  304. justify-content: space-between;
  305. }
  306.  
  307.  
  308.  
  309. .catalog-selector {
  310. .form-group,
  311. .list-group {
  312. max-width: 300px;
  313. margin-left: auto;
  314. margin-right: auto;
  315. }
  316.  
  317. .list-group-item {
  318.  
  319. a {
  320. display: flex;
  321. align-items: center;
  322. }
  323.  
  324. img,
  325. h3 {
  326. margin-bottom: 0;
  327. }
  328.  
  329. h3 {
  330. font-size: 22px;
  331. }
  332. }
  333. }
  334.  
  335.  
  336. .product-examples {
  337. .col-sm-3 {
  338. padding: 0 5px;
  339. }
  340.  
  341. .box-bordered {
  342. padding: 0 7px;
  343. }
  344.  
  345. img {
  346. margin-bottom: 0;
  347. }
  348.  
  349. .border-dashed {
  350. border: none;
  351. border-bottom: 1px dashed #AFBACC;
  352. }
  353. }
  354.  
  355.  
  356. .plan-fee {
  357. display: block;
  358. margin-bottom: 10px;
  359. font-size: 18px;
  360. }
  361.  
  362.  
  363.  
  364.  
  365. .product-modal {
  366.  
  367. .widget-flex {
  368. display: flex;
  369. }
  370.  
  371. .widget {
  372. .result-number {
  373. font-size: 40px;
  374. margin-bottom: 15px;
  375. }
  376. }
  377.  
  378. .widget-title {
  379. font-size: 12px;
  380. text-transform: uppercase;
  381. }
  382.  
  383. .data-widget {
  384. margin-bottom: 0;
  385. padding: 10px 15px 0;
  386.  
  387. &.source-details {
  388. padding-left: 35px;
  389. padding-right: 35px;
  390. margin-bottom: 25px;
  391. }
  392.  
  393. .divider-dashed {
  394. max-width: 160px;
  395. margin-left: auto;
  396. margin-right: auto;
  397. }
  398.  
  399. }
  400.  
  401. .badge-number {
  402. /*background-image: url('img/badge.png');*/
  403. background-repeat: no-repeat;
  404. background-position: 50% 50%;
  405. height: 195px;
  406. display: flex;
  407. align-items: center;
  408. justify-content: center;
  409. color: white;
  410. font-size: 40px;
  411. font-weight: 300;
  412. }
  413.  
  414. .chart {
  415. p {
  416. font-size: 36px;
  417. margin-top: -.5em;
  418. }
  419. }
  420.  
  421. }
  422.  
  423. .source-details {
  424.  
  425. .brand {
  426. display: flex;
  427. align-items: center;
  428. margin-bottom: 5px;
  429.  
  430. .url, img {
  431. display: block;
  432. }
  433.  
  434. img {
  435. /*height: 45px;*/
  436. width: 60px;
  437. margin-bottom: 0;
  438. margin-right: 5px;
  439. }
  440.  
  441. .url {
  442. font-size: 16px;
  443. color: #595F6A;
  444. }
  445. }
  446.  
  447. .details {
  448.  
  449. p {
  450. margin-bottom: 0;
  451. font-size: 12px;
  452. color: #5A5F69;
  453. text-align: left;
  454. }
  455. }
  456.  
  457.  
  458. }
  459.  
  460.  
  461. .modal-confirmation,
  462. .modal-options {
  463.  
  464. .modal-content {
  465. border-color: transparent;
  466. border-radius: 3px;
  467.  
  468. @media only screen and (min-width: 768px) {
  469. box-shadow: -0.5px 1px 8px 0px rgba(47,51,57,0.2),
  470. 1px 4px 45px 6px rgba(47,51,57,0.1);
  471. }
  472. }
  473.  
  474. .modal-body {
  475. padding-left: 50px;
  476. padding-right: 50px;
  477. }
  478.  
  479. .modal-footer {
  480. padding-top: 5px;
  481. }
  482.  
  483. }
  484.  
  485.  
  486.  
  487. .modal-confirmation {
  488.  
  489. .modal-dialog {
  490. min-width: 550px;
  491. width: 550px;
  492. }
  493.  
  494. .modal-header {
  495. border-bottom-color: transparent;
  496. padding: 35px 15px 15px;
  497. }
  498.  
  499. .modal-title {
  500. color: #595f6a;
  501. font-size: 20px;
  502. text-transform: uppercase;
  503. font-weight: 600;
  504. }
  505.  
  506. .modal-body {
  507. color: #8d97a9;
  508. text-align: center;
  509. }
  510. }
  511.  
  512.  
  513. .modal-options {
  514.  
  515. .modal-dialog {
  516. min-width: 470px;
  517. width: 470px;
  518. }
  519.  
  520. .modal-body {
  521. padding-top: 45px;
  522. text-align: center;
  523. }
  524.  
  525. .modal-footer {
  526. .btn {
  527. width: 35%;
  528.  
  529. &:first-child {
  530. margin-right: 15px;
  531. }
  532. }
  533. }
  534.  
  535. }
  536.  
  537.  
  538. .data {
  539.  
  540. .form-group {
  541. margin-bottom: 30px;
  542. }
  543.  
  544. }
  545.  
  546. .module-box {
  547. border-radius: 0px;
  548. padding: 0px !important;
  549. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement