[상품 설명]
- 포커스시 보더 처리
This commit is contained in:
@@ -33,11 +33,10 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
border: 4px solid transparent;
|
||||||
&:focus {
|
&:focus {
|
||||||
outline: 6px solid @PRIMARY_COLOR_RED;
|
border: 4px solid @PRIMARY_COLOR_RED;
|
||||||
outline-offset: 2px;
|
border-radius: 12px;
|
||||||
background-color: rgba(255, 255, 255, 0.05);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.productDescription {
|
.productDescription {
|
||||||
@@ -49,5 +48,6 @@
|
|||||||
padding: 30px;
|
padding: 30px;
|
||||||
background-color: rgba(51, 51, 51, 1);
|
background-color: rgba(51, 51, 51, 1);
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user