12345678910111213141516171819 |
- .content_col {
- position: relative;
- .remove {
- background-color: #FFF;
- width: 50px;
- height: 25px;
- display: flex;
- justify-content: center;
- align-items: center;
- position: absolute;
- top: -10px;
- right: 10px;
- width: 20px;
- height: 20px;
- cursor: pointer;
- color: red;
- }
- }
|