xxxxbe

Untitled

Jun 25th, 2020
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.03 KB | None | 0 0
  1. h4{
  2.   font-size: 12px;
  3. }
  4. .modal-confirm {
  5.     color: #636363;
  6.   width: 600px;
  7.   font-family: 'Varela Round', sans-serif;
  8. }
  9. .modal-confirm .modal-content {
  10.     padding: 20px;
  11.     border-radius: 5px;
  12.     border: none;
  13.     text-align: center;
  14.     font-size: 14px;
  15. }
  16. .modal-confirm .modal-header {
  17.     border-bottom: none;
  18.     position: relative;
  19. }
  20. .modal-confirm h4 {
  21.     text-align: center;
  22.     font-size: 26px;
  23.     margin: 30px 0 -10px;
  24. }
  25. .modal-confirm .close {
  26.     position: absolute;
  27.     top: -5px;
  28.     right: -2px;
  29. }
  30. .modal-confirm .modal-body {
  31.   font-size: 14px;
  32.   text-align: center;
  33.   position: absolute;
  34.   top: 50%;
  35.   left: 50%;
  36.   margin: 25px 0 0 -150px;
  37. }
  38. .modal-confirm .modal-footer {
  39.     border: none;
  40.     text-align: center;
  41.     border-radius: 5px;
  42.     font-size: 13px;
  43.     padding: 10px 15px 25px;
  44. }
  45. .modal-confirm .modal-footer a {
  46.     color: #999;
  47. }
  48. .modal-confirm .icon-box {
  49.     width: 80px;
  50.     height: 80px;
  51.     margin: 0 auto;
  52.     border-radius: 50%;
  53.     z-index: 9;
  54.     text-align: center;
  55.     border: 3px solid #f15e5e;
  56. }
  57. .modal-confirm .icon-box i {
  58.     color: #f15e5e;
  59.     font-size: 46px;
  60.     display: inline-block;
  61.     margin-top: 13px;
  62. }
  63. .modal-confirm .icon-box-u {
  64.     color: #fff;
  65.     position: absolute;
  66.     margin: 0 auto;
  67.     left: 0;
  68.     right: 0;
  69.     width: 95px;
  70.     height: 95px;
  71.     border-radius: 50%;
  72.     z-index: 9;
  73.     background: #82ce34;
  74.     padding: 15px;
  75.     text-align: center;
  76.     box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  77. }
  78. .modal-confirm .icon-box-u i {
  79.     font-size: 58px;
  80.     position: relative;
  81.     top: 3px;
  82. }
  83. .modal-confirm .btn, .modal-confirm .btn:active {
  84.     color: #fff;
  85.     border-radius: 4px;
  86.     background: #60c7c1;
  87.     text-decoration: none;
  88.     transition: all 0.4s;
  89.     line-height: normal;
  90.     min-width: 120px;
  91.     border: none;
  92.     min-height: 40px;
  93.     border-radius: 3px;
  94.     margin: 0 5px;
  95. }
  96. .modal-confirm .btn-secondary {
  97.     background: #c1c1c1;
  98. }
  99. .modal-confirm .btn-secondary:hover, .modal-confirm .btn-secondary:focus {
  100.     background: #a8a8a8;
  101. }
  102. .modal-confirm .btn-danger {
  103.     background: #f15e5e;
  104. }
  105. .modal-confirm .btn-danger:hover, .modal-confirm .btn-danger:focus {
  106.     background: #ee3535;
  107. }
  108. .trigger-btn {
  109.     display: inline-block;
  110.     margin: 100px auto;
  111. }
  112. .btn-cancel{
  113.     display: inline-block;
  114.     width: 130px;
  115.     height: 30px;
  116.     color: #707070;
  117.     border-color: #9e9e9e;
  118.     background-color: #fff;
  119.     border-radius: 30px;
  120.     text-align: center;
  121.     font-size: 100%;
  122.     font-weight: 700;
  123.     line-height: 1;
  124.     padding: 0.25em 0.4em;
  125. }
  126. .btn-delete{
  127.     display: inline-block;
  128.     border: none;
  129.     width: 130px;
  130.     height: 30px;
  131.     font-weight: bold;
  132.     color: #fff;
  133.     background-color: #ff3d00;
  134.     border-radius: 30px;
  135.     text-align: center;
  136.     font-size: 100%;
  137.     font-weight: 700;
  138.     line-height: 1;
  139.     padding: 0.25em 0.4em;
  140. }
  141. .btn-success{
  142.     display: inline-block;
  143.     border: none;
  144.     width: 130px;
  145.     height: 30px;
  146.     font-weight: bold;
  147.     color: #fff;
  148.     background-color: #32cb00;
  149.     border-radius: 30px;
  150.     text-align: center;
  151.     font-size: 100%;
  152.     font-weight: 700;
  153.     line-height: 1;
  154.     padding: 0.25em 0.4em;
  155. }
  156. .title{
  157.   margin-bottom: 0;
  158.   line-height: 1.5;
  159.   text-align: center;
  160.   align-self: center;
  161. }
Add Comment
Please, Sign In to add comment