mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Commit realizando cambios en los roles de los usuarios
This commit is contained in:
86
httpdocs/themes/focus2/scss/components/ui/_ui-modal.scss
Normal file
86
httpdocs/themes/focus2/scss/components/ui/_ui-modal.scss
Normal file
@ -0,0 +1,86 @@
|
||||
// .modal{
|
||||
// border: 0;
|
||||
// z-index: 9999999999;
|
||||
|
||||
// &-content{
|
||||
// border: 0;
|
||||
// box-shadow: 0px 2px 21px 6px rgba(70, 66, 66, 0.26);
|
||||
// }
|
||||
// }
|
||||
|
||||
// // primary modal rule
|
||||
// #primaryModal{
|
||||
|
||||
// .modal-header{
|
||||
// background: $primary;
|
||||
|
||||
// .modal-title,button{
|
||||
// color: #fff;
|
||||
// opacity: 1;
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
// //danger modal rule
|
||||
// #dangerModal{
|
||||
|
||||
// .modal-header{
|
||||
// background: $danger;
|
||||
|
||||
// .modal-title,button{
|
||||
// color: #fff;
|
||||
// opacity: 1;
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
|
||||
// //warning modal rule
|
||||
// #warningModal{
|
||||
|
||||
// .modal-header{
|
||||
// background: $warning;
|
||||
|
||||
// .modal-title,button{
|
||||
// color: #a39e06 ;
|
||||
// opacity: 1;
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
|
||||
// //success modal rule
|
||||
// #successModal{
|
||||
|
||||
// .modal-header{
|
||||
// background: $success;
|
||||
|
||||
// .modal-title,button{
|
||||
// color: #fff;
|
||||
// opacity: 1;
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
// .bootstrap-modal-wrapper{
|
||||
|
||||
// button:not(:last-child){
|
||||
// margin-right: 7px;
|
||||
// }
|
||||
|
||||
// button{
|
||||
// margin-bottom: .5rem;
|
||||
|
||||
// &:focus{
|
||||
// box-shadow: none;
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
|
||||
|
||||
.modal-backdrop{
|
||||
z-index: 10!important;
|
||||
}
|
||||
Reference in New Issue
Block a user