0.0.188
This commit is contained in:
@@ -697,9 +697,11 @@ body.n_scroll{
|
||||
}
|
||||
|
||||
.btn_inf_about_plugin{
|
||||
border: 1px solid #0C54A0;
|
||||
/*border: 1px solid #0C54A0;*/
|
||||
border: 1px solid #000000;
|
||||
background: none;
|
||||
color: #0C54A0;
|
||||
/*color: #0C54A0;*/
|
||||
color: #000000;
|
||||
transition: 200ms;
|
||||
outline: none;
|
||||
width: 100%;
|
||||
@@ -708,7 +710,8 @@ body.n_scroll{
|
||||
}
|
||||
|
||||
.btn_inf_about_plugin:hover{
|
||||
background: #0C54A0;
|
||||
/*background: #0C54A0;*/
|
||||
background: #000000;
|
||||
transition: 200ms;
|
||||
}
|
||||
|
||||
@@ -717,7 +720,9 @@ body.n_scroll{
|
||||
}
|
||||
|
||||
.btn_inf_about_plugin_txt{
|
||||
color: #0C54A0;
|
||||
/*color: #0C54A0;*/
|
||||
/*color: #0C54A0;*/
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.container_content_btn_download{
|
||||
@@ -1604,4 +1609,19 @@ body.n_scroll{
|
||||
/* display: block;*/
|
||||
/* height: 20px;*/
|
||||
/* float: right;*/
|
||||
/*}*/
|
||||
/*}*/
|
||||
|
||||
.flex_container_buttons_3d_security_designer{
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.flex_container_buttons_3d_security_designer .btn_download_plugin{
|
||||
width: 47.5%;
|
||||
margin-right: 2.5%;
|
||||
}
|
||||
.flex_container_buttons_3d_security_designer .btn_inf_about_plugin{
|
||||
width: 47.5%;
|
||||
margin-left: 2.5%;
|
||||
margin-top: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user