Cosmetic : Button to confirm, duplicate, ... more visible and coherent
This commit is contained in:
parent
aad1ace2a8
commit
f7d068e269
9 changed files with 149 additions and 30 deletions
|
|
@ -1500,7 +1500,6 @@ div#jrn_name_div
|
|||
div#jrn_name_div
|
||||
{
|
||||
float: right;
|
||||
margin-right:2%;
|
||||
display:block;
|
||||
}
|
||||
}
|
||||
|
|
@ -4246,4 +4245,37 @@ span.nb-round {
|
|||
height:185px;
|
||||
height:10rem;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Button to confirm operation
|
||||
*/
|
||||
|
||||
.bt-center {
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
|
||||
.bt-center .aligned-block {
|
||||
margin-left: 10px;
|
||||
}
|
||||
.bt-center .aligned-block .button {
|
||||
font-size:115%;
|
||||
margin-left: 10px;
|
||||
}
|
||||
@media (min-width: 576px) {
|
||||
.bt-center .aligned-block {
|
||||
margin-left: min(40%,70rem);
|
||||
font-size:120%;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/* LarGe */
|
||||
@media (min-width: 992px) {
|
||||
.bt-center .aligned-block {
|
||||
font-size:120%;
|
||||
margin-left: min(40%,70rem);
|
||||
font-size:120%;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue