geoff_public/assets/css/modal.css

37 lines
556 B
CSS
Raw Normal View History

2021-03-05 23:28:55 +01:00
@charset "UTF-8";
/*OVERRIDES */
.modal-dialog{
margin: 65px auto 0px auto;
}
.modal-content{
background: black;
background: linear-gradient(60deg, rgba(70,70,70,1) 0%, rgba(0,0,0,1) 70%);
}
.close{
color: white;
}
/* END OVERRIDES */
.modal-description{
position: relative;
z-index: 1051;
}
.technopreview{
max-width: 180px;
display: block;
margin: 0px auto;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
}
.technoname{
color: white;
}
.technosub{
font-size: 13px;
}
.technodetails{
line-height: 1.4em;
}