[홈패널] 비디오 플레이어 추가

This commit is contained in:
sungmin.in
2024-03-05 10:05:34 +09:00
parent 2eea50e57e
commit eaac5e73ac
99 changed files with 10666 additions and 57 deletions

View File

@@ -0,0 +1,28 @@
// Times.module.less
//
@import "~@enact/sandstone/styles/variables.less";
@import "~@enact/sandstone/styles/mixins.less";
.times {
position: absolute;
font-family: "LG SmartFont SemiBold";
width: 100%;
top: 19px;
font-size: 30px;
font-weight: bold;
letter-spacing: -1.4px;
line-height: 30px;
white-space: nowrap;
> * {
display: inline-block;
}
.separator {
padding: 0 1ex;
}
.enact-locale-rtl({
direction: ltr;
});
}