projects/mes-test #133

병합
gtz217 projects/mes-test 에서 projects/mes 로 281 commits 를 머지했습니다 2023-11-30 09:11:34 +08:00
Showing only changes of commit ebae332674 - Show all commits

파일 보기

@@ -102,13 +102,15 @@ $buttonHeight: $buttonH * 1px;
background-size: 100% 100%; background-size: 100% 100%;
background-position: 0 0; background-position: 0 0;
position: relative; position: relative;
&::after { &::after {
content: '';
position: absolute; position: absolute;
top: 0; top: 0;
left: 0; left: 0;
width: 100%; width: 100%;
height: 100%; height: 100%;
// background: #f003;
display: inline-block;
} }
} }
.field { .field {