1
0
mirror of https://github.com/chyzy/RSystem-MVC synced 2024-11-26 08:10:28 +01:00
RSystem-MVC-Fork/RSystem/Content/css/HomePhoto.css
2018-04-17 11:20:49 +02:00

25 lines
370 B
CSS

img {
width: 310px;
height: auto;
}
#photo-div {
text-align: center;
}
.inputfile {
width: 0.1px;
height: 0.1px;
opacity: 0;
overflow: hidden;
position: absolute;
z-index: -1;
}
.form-file {
background-color: #098520;
font-weight: 500 !important;
}
.form-file:hover {
background-color: #045D15;
cursor: pointer;
}