- Finish to fix IOperators

- Fixit Date not change correctly
This commit is contained in:
Paolo Arena
2019-11-01 15:52:58 +01:00
parent 2c62c27e64
commit cdfc32c620
23 changed files with 365 additions and 135 deletions

View File

@@ -175,7 +175,7 @@ $graytext: #555;
}
&__img {
padding: 0.5rem !important;
padding: 0.25rem !important;
float: left;
width: 150px;
height: 150px;
@@ -189,6 +189,14 @@ $graytext: #555;
}
}
&__img:hover {
transition: transform .2s;
transform: scale(1.05);
border: inset;
border-color: blue;
border-width: 1px;
}
}
@media (max-width: 718px) {
@@ -246,6 +254,20 @@ $graytext: #555;
}
}
.chipmodif {
position: absolute;
margin-top: -10px;
overflow: hidden;
z-index: 9999;
box-sizing: border-box;
right: 0;
@media (max-width: 400px) {
position: initial;
right: initial;
}
}
.windowcol {
background-color: #ffffff;
// background: radial-gradient(circle, #ffffff 0%, #94dbfb 100%)