mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-10 09:21:29 +03:00
22 lines
298 B
SCSS
22 lines
298 B
SCSS
.info-item {
|
|
margin-bottom: 12px;
|
|
width: 100%;
|
|
}
|
|
|
|
.info-item-value {
|
|
font-size: 13px;
|
|
display: inline-block;
|
|
width: 70%;
|
|
}
|
|
|
|
.spacer {flex: 1 1 auto;}
|
|
|
|
.info-item-label {
|
|
display: inline-block;
|
|
width: 30%;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.a-wrap {
|
|
word-wrap: break-word
|
|
} |