feat:
This commit is contained in:
@ -269,6 +269,21 @@
|
||||
flex: 2 2;
|
||||
.button(@height: 88px; @fontSize: 32px; @fontWeight: 500; @borderRadius: 44px;);
|
||||
margin-left: 32px;
|
||||
position: relative;
|
||||
overflow: visible;
|
||||
|
||||
&-tag {
|
||||
position: absolute;
|
||||
right: 8px;
|
||||
top: -12px;
|
||||
font-weight: 400;
|
||||
font-size: 24px;
|
||||
line-height: 32px;
|
||||
color: #FFFFFF;
|
||||
padding: 2px 8px;
|
||||
background: #FF5051;
|
||||
border-radius: 20px 24px 24px 0px;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user