1 Commits

Author SHA1 Message Date
Wojciech Czop
1798170ab4 Added .hidden CSS class 2021-04-06 15:59:16 +02:00

View File

@@ -48,10 +48,6 @@
background: #eeeeeed2;
}
.disabled-background {
background: #eeeeeed2;
}
.vertically-resizeable {
resize: vertical;
}
@@ -153,17 +149,8 @@
color: #00000020
}
.modification-button.btn-addtile {
font-size: 38px;
color: #00000030;
}
.modification-button.btn-addtile:hover {
color: #58ac43;
}
.tile {
width: 100%;
width: 90%;
padding-top: 40%;
border: 1px solid gray;
border-radius: 3px;
@@ -181,7 +168,6 @@
background: #00000070;
color: white;
filter: none;
pointer-events: none;
}
.tile .content {
@@ -436,10 +422,7 @@
display: inherit;
}
<<<<<<< HEAD
=======
/* In case of collision with classes that use 'active' */
.hidden {
display: none;
}
>>>>>>> 1798170ab4bdb863e9ee7617a06854c02e00e67f
}