mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-25 14:36:15 -04:00
Build 29058459
This commit is contained in:
parent
b19cc5c0b4
commit
de99dd9ba8
17 changed files with 160 additions and 147 deletions
|
@ -184,12 +184,14 @@ body:not(.has-alert-open) #popup {
|
|||
&.actionsAsGrid > div {
|
||||
max-width: none;
|
||||
|
||||
&>div,&>p,&>h1,&>h2{
|
||||
& > div,
|
||||
& > p,
|
||||
& > h1,
|
||||
& > h2 {
|
||||
width: 100%;
|
||||
max-width: 550px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
|
||||
}
|
||||
section {
|
||||
display: grid;
|
||||
|
@ -423,13 +425,13 @@ h2.histogram-title strong {
|
|||
|
||||
#tooltip {
|
||||
display: block;
|
||||
position:fixed;
|
||||
position: fixed;
|
||||
left: 0;
|
||||
top:0;
|
||||
background:black;
|
||||
color:white;
|
||||
padding:10px;
|
||||
z-index:11;
|
||||
top: 0;
|
||||
background: black;
|
||||
color: white;
|
||||
padding: 10px;
|
||||
z-index: 11;
|
||||
|
||||
border-radius: 2px;
|
||||
pointer-events: none;
|
||||
|
@ -437,4 +439,4 @@ h2.histogram-title strong {
|
|||
opacity: 1;
|
||||
border: 1px solid white;
|
||||
max-width: 300px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue