Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- h4{
- font-size: 12px;
- }
- .modal-confirm {
- color: #636363;
- width: 600px;
- font-family: 'Varela Round', sans-serif;
- }
- .modal-confirm .modal-content {
- padding: 20px;
- border-radius: 5px;
- border: none;
- text-align: center;
- font-size: 14px;
- }
- .modal-confirm .modal-header {
- border-bottom: none;
- position: relative;
- }
- .modal-confirm h4 {
- text-align: center;
- font-size: 26px;
- margin: 30px 0 -10px;
- }
- .modal-confirm .close {
- position: absolute;
- top: -5px;
- right: -2px;
- }
- .modal-confirm .modal-body {
- font-size: 14px;
- text-align: center;
- position: absolute;
- top: 50%;
- left: 50%;
- margin: 25px 0 0 -150px;
- }
- .modal-confirm .modal-footer {
- border: none;
- text-align: center;
- border-radius: 5px;
- font-size: 13px;
- padding: 10px 15px 25px;
- }
- .modal-confirm .modal-footer a {
- color: #999;
- }
- .modal-confirm .icon-box {
- width: 80px;
- height: 80px;
- margin: 0 auto;
- border-radius: 50%;
- z-index: 9;
- text-align: center;
- border: 3px solid #f15e5e;
- }
- .modal-confirm .icon-box i {
- color: #f15e5e;
- font-size: 46px;
- display: inline-block;
- margin-top: 13px;
- }
- .modal-confirm .icon-box-u {
- color: #fff;
- position: absolute;
- margin: 0 auto;
- left: 0;
- right: 0;
- width: 95px;
- height: 95px;
- border-radius: 50%;
- z-index: 9;
- background: #82ce34;
- padding: 15px;
- text-align: center;
- box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
- }
- .modal-confirm .icon-box-u i {
- font-size: 58px;
- position: relative;
- top: 3px;
- }
- .modal-confirm .btn, .modal-confirm .btn:active {
- color: #fff;
- border-radius: 4px;
- background: #60c7c1;
- text-decoration: none;
- transition: all 0.4s;
- line-height: normal;
- min-width: 120px;
- border: none;
- min-height: 40px;
- border-radius: 3px;
- margin: 0 5px;
- }
- .modal-confirm .btn-secondary {
- background: #c1c1c1;
- }
- .modal-confirm .btn-secondary:hover, .modal-confirm .btn-secondary:focus {
- background: #a8a8a8;
- }
- .modal-confirm .btn-danger {
- background: #f15e5e;
- }
- .modal-confirm .btn-danger:hover, .modal-confirm .btn-danger:focus {
- background: #ee3535;
- }
- .trigger-btn {
- display: inline-block;
- margin: 100px auto;
- }
- .btn-cancel{
- display: inline-block;
- width: 130px;
- height: 30px;
- color: #707070;
- border-color: #9e9e9e;
- background-color: #fff;
- border-radius: 30px;
- text-align: center;
- font-size: 100%;
- font-weight: 700;
- line-height: 1;
- padding: 0.25em 0.4em;
- }
- .btn-delete{
- display: inline-block;
- border: none;
- width: 130px;
- height: 30px;
- font-weight: bold;
- color: #fff;
- background-color: #ff3d00;
- border-radius: 30px;
- text-align: center;
- font-size: 100%;
- font-weight: 700;
- line-height: 1;
- padding: 0.25em 0.4em;
- }
- .btn-success{
- display: inline-block;
- border: none;
- width: 130px;
- height: 30px;
- font-weight: bold;
- color: #fff;
- background-color: #32cb00;
- border-radius: 30px;
- text-align: center;
- font-size: 100%;
- font-weight: 700;
- line-height: 1;
- padding: 0.25em 0.4em;
- }
- .title{
- margin-bottom: 0;
- line-height: 1.5;
- text-align: center;
- align-self: center;
- }
Add Comment
Please, Sign In to add comment