52 lines
1.2 KiB
CSS
52 lines
1.2 KiB
CSS
.leftBar__middle {
|
|
width: 100%;
|
|
height: 422px;
|
|
.leftBar__middle__content {
|
|
flex: 1;
|
|
height: 1px;
|
|
display: grid;
|
|
grid-template-rows: auto 1fr 1fr;
|
|
gap: 10px;
|
|
padding-top: 18px;
|
|
.info__item {
|
|
/* width: 100%; */
|
|
background: url('../../../../../assets/forecastBack.png') no-repeat;
|
|
background-size: 100% 100%;
|
|
position: relative;
|
|
/* width: 220px; */
|
|
height: 45px;
|
|
/* background: rgba(10,154,255,0.15); */
|
|
/* box-shadow: 0px 1px 7px 0px rgba(58,0,0,0.5); */
|
|
/* border: 1px solid; */
|
|
color: #58E7E9;
|
|
/* border-image: linear-gradient(80deg, rgba(0, 255, 245, 0.55), rgba(0, 255, 245, 0)) 1 1; */
|
|
font-size: 20px;
|
|
letter-spacing: 1.43px;
|
|
line-height: 40px;
|
|
text-align: center;
|
|
user-select: none;
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 12px;
|
|
.square{
|
|
/* flex: 1; */
|
|
margin-left: 20px;
|
|
width: 6px;
|
|
height: 6px;
|
|
background: #00FFF5;
|
|
box-shadow: 0px 1px 7px 0px rgba(58,0,0,0.5), 0px 0px 4px 1px #58E7E9;
|
|
}
|
|
.label {
|
|
/* flex:1; */
|
|
text-align: left;
|
|
/* position: relative; */
|
|
}
|
|
.value {
|
|
width: 320px;
|
|
/* flex: 1; */
|
|
text-align: right;
|
|
}
|
|
}
|
|
}
|
|
}
|