Initial Working Copy
This commit is contained in:
commit
0731843a82
357 changed files with 120880 additions and 0 deletions
54
html/assets/sass/ct-paper/_modal.scss
Normal file
54
html/assets/sass/ct-paper/_modal.scss
Normal file
|
|
@ -0,0 +1,54 @@
|
|||
.modal-header {
|
||||
border-bottom: 1px solid $medium-gray;
|
||||
padding: 20px;
|
||||
text-align: center;
|
||||
}
|
||||
.modal-content {
|
||||
border: 0 none;
|
||||
border-radius: 10px;
|
||||
box-shadow: 0 0 15px rgba(0, 0, 0, 0.15), 0 0 1px 1px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
.modal-dialog {
|
||||
padding-top: 60px;
|
||||
}
|
||||
.modal-body{
|
||||
padding: 20px 50px;
|
||||
}
|
||||
.modal-footer {
|
||||
border-top: 1px solid $medium-gray;
|
||||
padding: 0px;
|
||||
}
|
||||
.modal-footer .left-side, .modal-footer .right-side{
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
width: 49%;
|
||||
}
|
||||
.modal-footer .btn-simple{
|
||||
padding: 20px;
|
||||
width: 100%
|
||||
}
|
||||
.modal-footer .divider{
|
||||
background-color: $medium-gray;
|
||||
display: inline-block;
|
||||
float: inherit;
|
||||
height: 63px;
|
||||
margin: 0px -3px;
|
||||
position: absolute;
|
||||
width: 1px;
|
||||
}
|
||||
.modal.fade .modal-dialog {
|
||||
transform: none;
|
||||
-webkit-transform: none;
|
||||
-moz-transform: none;
|
||||
}
|
||||
.modal.in .modal-dialog {
|
||||
transform: none;
|
||||
-webkit-transform: none;
|
||||
-moz-transform: none;
|
||||
}
|
||||
.modal-backdrop.in {
|
||||
opacity: 0.25;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue