포토리뷰 작업 중
This commit is contained in:
@@ -1955,6 +1955,13 @@ video::-webkit-media-controls {
|
||||
padding-top: 0.4rem;
|
||||
background-color: #fff;
|
||||
border-top: 1px solid #dedede;
|
||||
&:after {
|
||||
content: "";
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 1px;
|
||||
background-color: #dedede;
|
||||
}
|
||||
|
||||
&.hBoder {
|
||||
border-bottom: 1px solid #dedede;
|
||||
@@ -1964,6 +1971,7 @@ video::-webkit-media-controls {
|
||||
overflow-x: auto;
|
||||
scrollbar-width: none;
|
||||
-ms-overflow-style: none;
|
||||
margin-bottom: -1px;
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
display: none;
|
||||
@@ -5373,7 +5381,7 @@ video::-webkit-media-controls {
|
||||
right: 0;
|
||||
width: 3rem;
|
||||
height: 3rem;
|
||||
background: url(../images/common/icon-menu-close.svg) no-repeat center / 1.8rem auto;
|
||||
background: url(../images/common/icon-close.png) no-repeat center / 100% auto;
|
||||
text-indent: -9999em;
|
||||
@include tablet {
|
||||
display: none;
|
||||
@@ -6120,7 +6128,7 @@ video::-webkit-media-controls {
|
||||
right: 0;
|
||||
width: 3rem;
|
||||
height: 3rem;
|
||||
background: url(../images/common/icon-menu-close.svg) no-repeat center / 1.8rem auto;
|
||||
background: url(../images/common/icon-close.png) no-repeat center / 100% auto;
|
||||
text-indent: -9999em;
|
||||
@include tablet {
|
||||
display: none;
|
||||
|
||||
Reference in New Issue
Block a user