merge bugfix
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
/* grid-template-columns: 133px 158px 292px 292px; */
|
||||
grid-template-columns: 125px 250px 250px 250px;
|
||||
/* grid-template-rows: 60px 60px; */
|
||||
grid-template-rows: 129px 129px;
|
||||
grid-template-rows: auto;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.shadowBorder {
|
||||
@@ -13,6 +14,29 @@
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.shadowBorder.border {
|
||||
position: relative;
|
||||
border-bottom: 2px solid #00fff7;
|
||||
}
|
||||
|
||||
.shadowBorder.border::before,
|
||||
.shadowBorder.border::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
display: inline-block;
|
||||
height: 100%;
|
||||
width: 2px;
|
||||
background: linear-gradient(to top, #00fff7, #00fff708, transparent);
|
||||
}
|
||||
|
||||
.shadowBorder.border::before {
|
||||
left: 0;
|
||||
}
|
||||
.shadowBorder.border::after {
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.infoText {
|
||||
text-align: center;
|
||||
font-size: 22px;
|
||||
@@ -27,6 +51,6 @@
|
||||
}
|
||||
|
||||
.infoText > span:last-child {
|
||||
color: #00FFF7;
|
||||
color: #00fff7;
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user