Add data survey custom modal styles
This commit is contained in:
parent
5bcfd43445
commit
e36b885f61
17
angular.json
17
angular.json
|
@ -45,7 +45,16 @@
|
|||
],
|
||||
"styles": ["src/main/webapp/content/scss/paper-dashboard.scss", "./node_modules/swiper/swiper-bundle.min.css"],
|
||||
"scripts": [
|
||||
"src/main/webapp/content/js/jquery-3.1.1.min.js",
|
||||
"src/main/webapp/content/js/jquery.bootstrap.wizard.min.js",
|
||||
"src/main/webapp/content/js/jquery.datatables.js",
|
||||
"src/main/webapp/content/js/jquery.easypiechart.min.js",
|
||||
"src/main/webapp/content/js/jquery.validate.min.js",
|
||||
"src/main/webapp/content/js/jquery-jvectormap.js",
|
||||
"src/main/webapp/content/js/jquery-ui.min.js",
|
||||
"src/main/webapp/content/js/bootstrap.bundle.min.js",
|
||||
"src/main/webapp/content/js/bootstrap.min.js",
|
||||
"src/main/webapp/content/js/moment.min.js",
|
||||
"src/main/webapp/content/js/bootstrap-datetimepicker.js",
|
||||
"src/main/webapp/content/js/bootstrap-notify.js",
|
||||
"src/main/webapp/content/js/bootstrap-selectpicker.js",
|
||||
|
@ -54,14 +63,6 @@
|
|||
"src/main/webapp/content/js/chartist.min.js",
|
||||
"src/main/webapp/content/js/es6-promise-auto.min.js",
|
||||
"src/main/webapp/content/js/fullcalendar.min.js",
|
||||
"src/main/webapp/content/js/jquery.bootstrap.wizard.min.js",
|
||||
"src/main/webapp/content/js/jquery.datatables.js",
|
||||
"src/main/webapp/content/js/jquery.easypiechart.min.js",
|
||||
"src/main/webapp/content/js/jquery.validate.min.js",
|
||||
"src/main/webapp/content/js/jquery-3.1.1.min.js",
|
||||
"src/main/webapp/content/js/jquery-jvectormap.js",
|
||||
"src/main/webapp/content/js/jquery-ui.min.js",
|
||||
"src/main/webapp/content/js/moment.min.js",
|
||||
"src/main/webapp/content/js/nouislider.min.js",
|
||||
"src/main/webapp/content/js/paper-dashboard.js",
|
||||
"src/main/webapp/content/js/perfect-scrollbar.min.js",
|
||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -94,3 +94,4 @@
|
|||
@import 'paper-dashboard/datasurvey-buttons';
|
||||
@import 'paper-dashboard/datasurvey-form';
|
||||
@import 'paper-dashboard/datasurvey-global';
|
||||
@import 'paper-dashboard/datasurvey-modal';
|
||||
|
|
|
@ -0,0 +1,36 @@
|
|||
.ds-modal {
|
||||
padding-right: 0;
|
||||
|
||||
h1 {
|
||||
text-align: left;
|
||||
color: #313747;
|
||||
font-weight: 900;
|
||||
letter-spacing: 0.025rem;
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
|
||||
.modal-header,
|
||||
.modal-footer {
|
||||
border: none;
|
||||
padding: 1.5rem;
|
||||
}
|
||||
|
||||
.modal-body {
|
||||
padding: 0 2rem;
|
||||
}
|
||||
|
||||
.modal-content {
|
||||
border-radius: 3px;
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
.modal-backdrop {
|
||||
background-color: #172b4d;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.modal-dialog {
|
||||
padding: 0;
|
||||
}
|
|
@ -119,7 +119,8 @@
|
|||
"edit": "Editar",
|
||||
"open": "Abrir",
|
||||
"save": "Guardar",
|
||||
"view": "Vista"
|
||||
"view": "Vista",
|
||||
"create": "Crear"
|
||||
},
|
||||
"detail": {
|
||||
"field": "Campo",
|
||||
|
|
Loading…
Reference in New Issue