You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
881 B
SCSS
51 lines
881 B
SCSS
.container-fluid{
|
|
width: 100%;
|
|
padding-right: 15px;
|
|
padding-left: 15px;
|
|
margin-right: auto;
|
|
margin-left: auto;
|
|
top: 10px;
|
|
position: relative;
|
|
}
|
|
.container-fluid2{
|
|
width: 100%;
|
|
padding-right: 15px;
|
|
padding-left: 15px;
|
|
margin-right: auto;
|
|
margin-left: auto;
|
|
top: -1px;
|
|
position: relative;
|
|
}
|
|
|
|
.table td {
|
|
word-break: break-word;
|
|
}
|
|
.nav-link:hover {
|
|
color: rgb(255, 0, 0);
|
|
}
|
|
#zipFile:hover {
|
|
color: rgb(255, 0, 0);
|
|
cursor: pointer;
|
|
}
|
|
|
|
// .container-responsive {
|
|
// min-height: 100vh;
|
|
// position: relative;
|
|
// }
|
|
|
|
// #footer {
|
|
// background-color: #3a8379;
|
|
// padding: 20px;
|
|
// color: #ffffff;
|
|
// position: absolute;
|
|
// bottom: 0;
|
|
// width: 100%;
|
|
// }
|
|
|
|
thead{
|
|
<<<<<<< HEAD
|
|
background-color: #5faca1; color: aliceblue;
|
|
=======
|
|
background-color: rgb(161, 42, 42); color: aliceblue;
|
|
>>>>>>> 7a8b1ea4654d5c265e964fc9b34b53f325c9cfb3
|
|
} |