[All] Focus-within, Hover, Active 가상선택자 제거.
- 검색후 제거하였습니다.
This commit is contained in:
@@ -34,7 +34,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&:focus-within,
|
|
||||||
&:focus {
|
&:focus {
|
||||||
background-color: @PRIMARY_COLOR_RED;
|
background-color: @PRIMARY_COLOR_RED;
|
||||||
border-color: @PRIMARY_COLOR_RED;
|
border-color: @PRIMARY_COLOR_RED;
|
||||||
|
|||||||
@@ -64,7 +64,6 @@
|
|||||||
> div {
|
> div {
|
||||||
padding: 0 15px !important;
|
padding: 0 15px !important;
|
||||||
|
|
||||||
&:focus-within,
|
|
||||||
&:focus {
|
&:focus {
|
||||||
background-color: var(
|
background-color: var(
|
||||||
--list-item-focus-background-color
|
--list-item-focus-background-color
|
||||||
|
|||||||
@@ -16,7 +16,6 @@
|
|||||||
width: 47px;
|
width: 47px;
|
||||||
height: 92px;
|
height: 92px;
|
||||||
|
|
||||||
&:focus-within,
|
|
||||||
&:focus {
|
&:focus {
|
||||||
background-position: center bottom;
|
background-position: center bottom;
|
||||||
transform: scale(1.2);
|
transform: scale(1.2);
|
||||||
@@ -30,7 +29,6 @@
|
|||||||
width: 47px;
|
width: 47px;
|
||||||
height: 92px;
|
height: 92px;
|
||||||
|
|
||||||
&:focus-within,
|
|
||||||
&:focus {
|
&:focus {
|
||||||
background-position: center bottom;
|
background-position: center bottom;
|
||||||
transform: scale(1.2);
|
transform: scale(1.2);
|
||||||
|
|||||||
@@ -16,8 +16,6 @@
|
|||||||
background-color: #fff !important;
|
background-color: #fff !important;
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
|
|
||||||
&:focus-within,
|
|
||||||
&:hover,
|
|
||||||
&:focus {
|
&:focus {
|
||||||
box-shadow: 0 0 0 2px #fefefe inset;
|
box-shadow: 0 0 0 2px #fefefe inset;
|
||||||
border: 5px solid @PRIMARY_COLOR_RED;
|
border: 5px solid @PRIMARY_COLOR_RED;
|
||||||
@@ -53,8 +51,6 @@
|
|||||||
transform: translateY(-50%);
|
transform: translateY(-50%);
|
||||||
background-image: url("../../../assets/searchpanel/ico_search_submit.png");
|
background-image: url("../../../assets/searchpanel/ico_search_submit.png");
|
||||||
|
|
||||||
&:focus-within,
|
|
||||||
&:hover,
|
|
||||||
&:focus {
|
&:focus {
|
||||||
width: 43px;
|
width: 43px;
|
||||||
height: 43px;
|
height: 43px;
|
||||||
|
|||||||
@@ -124,8 +124,6 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
||||||
&:focus-within,
|
|
||||||
&:hover,
|
|
||||||
&:focus {
|
&:focus {
|
||||||
background: @PRIMARY_COLOR_RED;
|
background: @PRIMARY_COLOR_RED;
|
||||||
color: @COLOR_WHITE;
|
color: @COLOR_WHITE;
|
||||||
|
|||||||
@@ -12,7 +12,6 @@
|
|||||||
background-image: url("../../../assets/button/120x120/btn-top-nor.svg");
|
background-image: url("../../../assets/button/120x120/btn-top-nor.svg");
|
||||||
|
|
||||||
/* focuesd */
|
/* focuesd */
|
||||||
&:focus-within,
|
|
||||||
&:focus {
|
&:focus {
|
||||||
background-image: url("../../../assets/button/120x120/btn-top-foc.svg");
|
background-image: url("../../../assets/button/120x120/btn-top-foc.svg");
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -26,7 +26,6 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
&:focus-within,
|
|
||||||
&:focus {
|
&:focus {
|
||||||
&::after {
|
&::after {
|
||||||
.focused(@boxShadow: 22px, @borderRadius: 12px);
|
.focused(@boxShadow: 22px, @borderRadius: 12px);
|
||||||
|
|||||||
@@ -31,7 +31,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&:focus-within,
|
|
||||||
&:focus {
|
&:focus {
|
||||||
&::after {
|
&::after {
|
||||||
.focused(@boxShadow: 22px, @borderRadius: 12px);
|
.focused(@boxShadow: 22px, @borderRadius: 12px);
|
||||||
|
|||||||
@@ -64,7 +64,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* focused */
|
/* focused */
|
||||||
&:focus-within,
|
|
||||||
&:focus {
|
&:focus {
|
||||||
&::after {
|
&::after {
|
||||||
.focused(@borderRadius: 12px);
|
.focused(@borderRadius: 12px);
|
||||||
|
|||||||
@@ -33,7 +33,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* focused */
|
/* focused */
|
||||||
&:focus-within,
|
|
||||||
&:focus {
|
&:focus {
|
||||||
border-radius: 100%;
|
border-radius: 100%;
|
||||||
.focusDropShadow();
|
.focusDropShadow();
|
||||||
|
|||||||
@@ -104,7 +104,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* focused */
|
/* focused */
|
||||||
&:focus-within,
|
|
||||||
&:focus {
|
&:focus {
|
||||||
&::after {
|
&::after {
|
||||||
.focused(@boxShadow: 22px, @borderRadius: 12px);
|
.focused(@boxShadow: 22px, @borderRadius: 12px);
|
||||||
|
|||||||
@@ -62,7 +62,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* normal focused */
|
/* normal focused */
|
||||||
&:focus-within,
|
|
||||||
&:focus {
|
&:focus {
|
||||||
&::after {
|
&::after {
|
||||||
.focused(@boxShadow: 22px, @borderRadius: 12px);
|
.focused(@boxShadow: 22px, @borderRadius: 12px);
|
||||||
|
|||||||
@@ -32,10 +32,7 @@
|
|||||||
background-size: 66px 66px;
|
background-size: 66px 66px;
|
||||||
background-position: center center;
|
background-position: center center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
&:focus,
|
&:focus {
|
||||||
&:hover,
|
|
||||||
&:focus-within,
|
|
||||||
&:active {
|
|
||||||
.focused(@boxShadow: 22px, @borderRadius:12px);
|
.focused(@boxShadow: 22px, @borderRadius:12px);
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
background-image: url("../../../../assets/icon/button_icon/ic-more-sel.svg");
|
background-image: url("../../../../assets/icon/button_icon/ic-more-sel.svg");
|
||||||
|
|||||||
@@ -11,10 +11,7 @@
|
|||||||
background-position: center center;
|
background-position: center center;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
&:focus,
|
&:focus {
|
||||||
&:focus-within,
|
|
||||||
&:hover,
|
|
||||||
&:active {
|
|
||||||
background-image: url("../../../../assets/icon/button_icon/btn_prev_thumb_foc.png");
|
background-image: url("../../../../assets/icon/button_icon/btn_prev_thumb_foc.png");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -26,10 +23,7 @@
|
|||||||
background-position: center center;
|
background-position: center center;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
&:focus,
|
&:focus {
|
||||||
&:focus-within,
|
|
||||||
&:hover,
|
|
||||||
&:active {
|
|
||||||
background-image: url("../../../../assets/icon/button_icon/btn_next_thumb_foc.png");
|
background-image: url("../../../../assets/icon/button_icon/btn_next_thumb_foc.png");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -41,10 +35,7 @@
|
|||||||
background-size: 42px 42px;
|
background-size: 42px 42px;
|
||||||
background-position: center center;
|
background-position: center center;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
&:focus,
|
&:focus {
|
||||||
&:focus-within,
|
|
||||||
&:hover,
|
|
||||||
&:active {
|
|
||||||
background-image: url("../../../../assets/icon/button_icon/btn_prev_thumb_foc.png");
|
background-image: url("../../../../assets/icon/button_icon/btn_prev_thumb_foc.png");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -55,10 +46,7 @@
|
|||||||
background-size: 42px 42px;
|
background-size: 42px 42px;
|
||||||
background-position: center center;
|
background-position: center center;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
&:focus,
|
&:focus {
|
||||||
&:focus-within,
|
|
||||||
&:hover,
|
|
||||||
&:active {
|
|
||||||
background-image: url("../../../../assets/icon/button_icon/btn_next_thumb_foc.png");
|
background-image: url("../../../../assets/icon/button_icon/btn_next_thumb_foc.png");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -25,10 +25,7 @@
|
|||||||
margin-bottom: 18px;
|
margin-bottom: 18px;
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
.border-solid(@size:4px, @color:transparent);
|
.border-solid(@size:4px, @color:transparent);
|
||||||
&:focus,
|
&:focus {
|
||||||
&:hover,
|
|
||||||
&:focus-within,
|
|
||||||
&:active {
|
|
||||||
.focused(@boxShadow: 22px, @borderRadius: 12px);
|
.focused(@boxShadow: 22px, @borderRadius: 12px);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -36,10 +33,7 @@
|
|||||||
.size(@w: 744px, @h: 420px);
|
.size(@w: 744px, @h: 420px);
|
||||||
.border-solid(@size:4px, @color:transparent);
|
.border-solid(@size:4px, @color:transparent);
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
&:focus,
|
&:focus {
|
||||||
&:hover,
|
|
||||||
&:focus-within,
|
|
||||||
&:active {
|
|
||||||
.focused(@boxShadow: 22px, @borderRadius: 12px);
|
.focused(@boxShadow: 22px, @borderRadius: 12px);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -49,10 +43,7 @@
|
|||||||
.size(@w: 744px, @h: 420px);
|
.size(@w: 744px, @h: 420px);
|
||||||
margin: 0 18px 18px 0;
|
margin: 0 18px 18px 0;
|
||||||
.border-solid(@size:4px, @color:transparent);
|
.border-solid(@size:4px, @color:transparent);
|
||||||
&:focus,
|
&:focus {
|
||||||
&:hover,
|
|
||||||
&:focus-within,
|
|
||||||
&:active {
|
|
||||||
.focused(@boxShadow: 22px, @borderRadius: 12px);
|
.focused(@boxShadow: 22px, @borderRadius: 12px);
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
}
|
}
|
||||||
@@ -67,10 +58,7 @@
|
|||||||
.size(@w: 744px, @h: 420px);
|
.size(@w: 744px, @h: 420px);
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
.border-solid(@size:4px, @color:transparent);
|
.border-solid(@size:4px, @color:transparent);
|
||||||
&:focus,
|
&:focus {
|
||||||
&:hover,
|
|
||||||
&:focus-within,
|
|
||||||
&:active {
|
|
||||||
.focused(@boxShadow: 22px, @borderRadius: 12px);
|
.focused(@boxShadow: 22px, @borderRadius: 12px);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -80,10 +68,7 @@
|
|||||||
.border-solid(@size:4px, @color:transparent);
|
.border-solid(@size:4px, @color:transparent);
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
margin-right: 18px;
|
margin-right: 18px;
|
||||||
&:focus,
|
&:focus {
|
||||||
&:hover,
|
|
||||||
&:focus-within,
|
|
||||||
&:active {
|
|
||||||
.focused(@boxShadow: 22px, @borderRadius: 12px);
|
.focused(@boxShadow: 22px, @borderRadius: 12px);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -91,10 +76,7 @@
|
|||||||
.banner04 {
|
.banner04 {
|
||||||
.size(@w: 486px, @h: 858px);
|
.size(@w: 486px, @h: 858px);
|
||||||
.border-solid(@size:4px, @color:transparent);
|
.border-solid(@size:4px, @color:transparent);
|
||||||
&:focus,
|
&:focus {
|
||||||
&:hover,
|
|
||||||
&:focus-within,
|
|
||||||
&:active {
|
|
||||||
.focused(@boxShadow: 22px, @borderRadius: 12px);
|
.focused(@boxShadow: 22px, @borderRadius: 12px);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -143,10 +125,7 @@
|
|||||||
.border-solid(@size:4px, @color:transparent);
|
.border-solid(@size:4px, @color:transparent);
|
||||||
margin-right: 18px;
|
margin-right: 18px;
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
&:focus,
|
&:focus {
|
||||||
&:hover,
|
|
||||||
&:focus-within,
|
|
||||||
&:active {
|
|
||||||
.focused(@boxShadow: 22px, @borderRadius: 12px);
|
.focused(@boxShadow: 22px, @borderRadius: 12px);
|
||||||
}
|
}
|
||||||
img {
|
img {
|
||||||
|
|||||||
@@ -7,10 +7,7 @@
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
margin-right: 18px;
|
margin-right: 18px;
|
||||||
.border-solid(@size:4px, @color:transparent);
|
.border-solid(@size:4px, @color:transparent);
|
||||||
&:focus,
|
&:focus {
|
||||||
&:hover,
|
|
||||||
&:focus-within,
|
|
||||||
&:active {
|
|
||||||
.focused(@boxShadow: 22px, @borderRadius: 12px);
|
.focused(@boxShadow: 22px, @borderRadius: 12px);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -28,10 +28,7 @@
|
|||||||
background-size: 66px 66px;
|
background-size: 66px 66px;
|
||||||
background-position: center center;
|
background-position: center center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
&:focus,
|
&:focus {
|
||||||
&:hover,
|
|
||||||
&:focus-within,
|
|
||||||
&:active {
|
|
||||||
.border-solid(@size:4px, @color:@PRIMARY_COLOR_RED);
|
.border-solid(@size:4px, @color:@PRIMARY_COLOR_RED);
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
background-image: url("../../../../assets/icon/button_icon/ic-more-sel.svg");
|
background-image: url("../../../../assets/icon/button_icon/ic-more-sel.svg");
|
||||||
|
|||||||
@@ -11,10 +11,7 @@
|
|||||||
font-family: @baseFontBold;
|
font-family: @baseFontBold;
|
||||||
margin-right: 18px;
|
margin-right: 18px;
|
||||||
position: relative;
|
position: relative;
|
||||||
&:focus,
|
&:focus {
|
||||||
&:hover,
|
|
||||||
&:focus-within,
|
|
||||||
&:active {
|
|
||||||
border: 4px solid @PRIMARY_COLOR_RED;
|
border: 4px solid @PRIMARY_COLOR_RED;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
.focused(@boxShadow: 22px, @borderRadius: 12px);
|
.focused(@boxShadow: 22px, @borderRadius: 12px);
|
||||||
@@ -59,10 +56,7 @@
|
|||||||
.border-solid(@size:4px,@color:transparent);
|
.border-solid(@size:4px,@color:transparent);
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-family: @baseFontBold;
|
font-family: @baseFontBold;
|
||||||
&:focus,
|
&:focus {
|
||||||
&:hover,
|
|
||||||
&:focus-within,
|
|
||||||
&:active {
|
|
||||||
border: 4px solid @PRIMARY_COLOR_RED;
|
border: 4px solid @PRIMARY_COLOR_RED;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
.focused(@boxShadow: 22px, @borderRadius: 12px);
|
.focused(@boxShadow: 22px, @borderRadius: 12px);
|
||||||
|
|||||||
@@ -16,6 +16,11 @@
|
|||||||
overflow: unset;
|
overflow: unset;
|
||||||
> div {
|
> div {
|
||||||
overflow: unset !important;
|
overflow: unset !important;
|
||||||
|
> div {
|
||||||
|
> div {
|
||||||
|
margin-right: -200px;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
&:last-child {
|
&:last-child {
|
||||||
padding-right: 31px;
|
padding-right: 31px;
|
||||||
@@ -24,6 +29,7 @@
|
|||||||
|
|
||||||
.addItem {
|
.addItem {
|
||||||
.size(@w: 198px, @h: 438px);
|
.size(@w: 198px, @h: 438px);
|
||||||
|
|
||||||
background-color: @COLOR_WHITE;
|
background-color: @COLOR_WHITE;
|
||||||
.border-solid(@size:1px, @color:#e4e4e4);
|
.border-solid(@size:1px, @color:#e4e4e4);
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
@@ -31,10 +37,7 @@
|
|||||||
background-size: 66px 66px;
|
background-size: 66px 66px;
|
||||||
background-position: center center;
|
background-position: center center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
&:focus,
|
&:focus {
|
||||||
&:hover,
|
|
||||||
&:focus-within,
|
|
||||||
&:active {
|
|
||||||
.focused(@boxShadow: 22px, @borderRadius: 12px);
|
.focused(@boxShadow: 22px, @borderRadius: 12px);
|
||||||
background-image: url("../../../../assets/icon/button_icon/ic-more-sel.svg");
|
background-image: url("../../../../assets/icon/button_icon/ic-more-sel.svg");
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -37,7 +37,6 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
> li {
|
> li {
|
||||||
position: relative;
|
position: relative;
|
||||||
&:focus-within,
|
|
||||||
&:focus {
|
&:focus {
|
||||||
&::after {
|
&::after {
|
||||||
.focused();
|
.focused();
|
||||||
|
|||||||
@@ -3,7 +3,6 @@
|
|||||||
|
|
||||||
.fullImg {
|
.fullImg {
|
||||||
position: relative;
|
position: relative;
|
||||||
&:focus-within,
|
|
||||||
&:focus {
|
&:focus {
|
||||||
&::after {
|
&::after {
|
||||||
.focused();
|
.focused();
|
||||||
|
|||||||
@@ -3,7 +3,6 @@
|
|||||||
|
|
||||||
.fullImg {
|
.fullImg {
|
||||||
position: relative;
|
position: relative;
|
||||||
&:focus-within,
|
|
||||||
&:focus {
|
&:focus {
|
||||||
&::after {
|
&::after {
|
||||||
.focused();
|
.focused();
|
||||||
|
|||||||
@@ -8,7 +8,6 @@
|
|||||||
> div {
|
> div {
|
||||||
width: 1414px;
|
width: 1414px;
|
||||||
position: relative;
|
position: relative;
|
||||||
&:focus-within,
|
|
||||||
&:focus {
|
&:focus {
|
||||||
&::after {
|
&::after {
|
||||||
.focused();
|
.focused();
|
||||||
|
|||||||
@@ -12,7 +12,6 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
&:focus-within,
|
|
||||||
&:focus {
|
&:focus {
|
||||||
&::after {
|
&::after {
|
||||||
.focused();
|
.focused();
|
||||||
|
|||||||
@@ -59,7 +59,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
position: relative;
|
position: relative;
|
||||||
&:focus-within,
|
|
||||||
&:focus {
|
&:focus {
|
||||||
&::after {
|
&::after {
|
||||||
.focused();
|
.focused();
|
||||||
|
|||||||
@@ -43,7 +43,6 @@
|
|||||||
.elip(@clamp: 1);
|
.elip(@clamp: 1);
|
||||||
|
|
||||||
position: relative;
|
position: relative;
|
||||||
&:focus-within,
|
|
||||||
&:focus {
|
&:focus {
|
||||||
color: @PRIMARY_COLOR_RED;
|
color: @PRIMARY_COLOR_RED;
|
||||||
&::after {
|
&::after {
|
||||||
|
|||||||
@@ -40,7 +40,6 @@
|
|||||||
overflow: unset;
|
overflow: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:focus-within,
|
|
||||||
&:focus {
|
&:focus {
|
||||||
box-shadow: inset 0 0 0 4px @PRIMARY_COLOR_RED,
|
box-shadow: inset 0 0 0 4px @PRIMARY_COLOR_RED,
|
||||||
0 0 50px 0 rgba(11, 8, 8, 0.5);
|
0 0 50px 0 rgba(11, 8, 8, 0.5);
|
||||||
|
|||||||
@@ -51,7 +51,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&:focus-within,
|
|
||||||
&:focus {
|
&:focus {
|
||||||
&::after {
|
&::after {
|
||||||
.focused(@boxShadow: 22px);
|
.focused(@boxShadow: 22px);
|
||||||
|
|||||||
@@ -41,7 +41,6 @@
|
|||||||
padding: 0 15px;
|
padding: 0 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:focus-within,
|
|
||||||
&:focus {
|
&:focus {
|
||||||
border: 4px solid @PRIMARY_COLOR_RED;
|
border: 4px solid @PRIMARY_COLOR_RED;
|
||||||
background-color: @COLOR_WHITE;
|
background-color: @COLOR_WHITE;
|
||||||
|
|||||||
@@ -35,7 +35,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&:focus-within,
|
|
||||||
&:focus {
|
&:focus {
|
||||||
&::after {
|
&::after {
|
||||||
.focused(@boxShadow: 22px);
|
.focused(@boxShadow: 22px);
|
||||||
|
|||||||
@@ -49,9 +49,6 @@
|
|||||||
.termsBtn {
|
.termsBtn {
|
||||||
width: 440px;
|
width: 440px;
|
||||||
height: 80px;
|
height: 80px;
|
||||||
&:hover,
|
|
||||||
&:active,
|
|
||||||
&:focus-within,
|
|
||||||
&:focus {
|
&:focus {
|
||||||
color: @PRIMARY_COLOR_RED;
|
color: @PRIMARY_COLOR_RED;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user