CSS FIX
This commit is contained in:
parent
e94f7a0253
commit
0aed1bd5d4
@ -26,7 +26,7 @@
|
|||||||
],
|
],
|
||||||
"styles": [
|
"styles": [
|
||||||
"node_modules/bootstrap/dist/css/bootstrap.min.css",
|
"node_modules/bootstrap/dist/css/bootstrap.min.css",
|
||||||
"src/styles.css",
|
"src/styles.scss",
|
||||||
"src/assets/scss/black-dashboard.scss"
|
"src/assets/scss/black-dashboard.scss"
|
||||||
],
|
],
|
||||||
"scripts": [
|
"scripts": [
|
||||||
@ -93,7 +93,7 @@
|
|||||||
"src/assets"
|
"src/assets"
|
||||||
],
|
],
|
||||||
"styles": [
|
"styles": [
|
||||||
"src/styles.css"
|
"src/styles.scss"
|
||||||
],
|
],
|
||||||
"scripts": []
|
"scripts": []
|
||||||
}
|
}
|
||||||
|
@ -1,13 +1,3 @@
|
|||||||
.modal-footer {
|
.modal .modal-content {
|
||||||
border-top: 0px solid;
|
display: contents;
|
||||||
padding-top: 5%;
|
|
||||||
}
|
|
||||||
.modal-content {
|
|
||||||
width: 1040px;
|
|
||||||
right: 55%;
|
|
||||||
border: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.modal {
|
|
||||||
margin: 0 auto;
|
|
||||||
}
|
}
|
@ -1 +0,0 @@
|
|||||||
/* You can add global styles to this file, and also import other style files */
|
|
5
src/styles.scss
Normal file
5
src/styles.scss
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
@import "~bootstrap/scss/bootstrap";
|
||||||
|
|
||||||
|
.modal .modal-content {
|
||||||
|
display: contents;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user