somewhere
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
.user-dashboard {
|
||||
&.tickets {
|
||||
.rowButtons {
|
||||
a {
|
||||
position: relative;
|
||||
|
||||
span {
|
||||
background: transparent !important;
|
||||
color: #fff !important;
|
||||
display: inline-block !important;
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
i {
|
||||
$size: 25px;
|
||||
width: $size;
|
||||
height: $size;
|
||||
line-height: $size;
|
||||
text-align: center;
|
||||
font-family: sans-serif;
|
||||
position: absolute;
|
||||
top: -8px;
|
||||
right: -10px;
|
||||
font-size: 12px;
|
||||
background: red;
|
||||
color: #fff;
|
||||
@include borderRadius(50%);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user