merge bugfix
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
gap: 6px;
|
||||
grid-template-columns: 187px 347px 347px;
|
||||
/* grid-template-rows: 60px 60px; */
|
||||
grid-template-rows: 129px 129px;
|
||||
/* grid-template-rows: 129px 129px; */
|
||||
grid-template-rows: auto;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
@@ -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: 24px;
|
||||
|
||||
Reference in New Issue
Block a user