37 lines
556 B
CSS
37 lines
556 B
CSS
|
|
@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;
|
||
|
|
}
|