|
|
@ -996,11 +996,9 @@
|
|
|
|
position: relative;
|
|
|
|
position: relative;
|
|
|
|
color: #767676;
|
|
|
|
color: #767676;
|
|
|
|
background-color: #f7f7f7;
|
|
|
|
background-color: #f7f7f7;
|
|
|
|
|
|
|
|
display: flex;
|
|
|
|
.text {
|
|
|
|
justify-content: space-between;
|
|
|
|
padding-top: 10px;
|
|
|
|
align-items: center;
|
|
|
|
padding-bottom: 10px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
&.arrow-top::before,
|
|
|
|
&.arrow-top::before,
|
|
|
|
&.arrow-top::after {
|
|
|
|
&.arrow-top::after {
|
|
|
@ -1017,11 +1015,16 @@
|
|
|
|
left: 7px;
|
|
|
|
left: 7px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.actions a {
|
|
|
|
.actions {
|
|
|
|
color: rgba(0, 0, 0, .4);
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
padding: 0 .5rem;
|
|
|
|
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
a {
|
|
|
|
color: rgba(0, 0, 0, .8);
|
|
|
|
color: rgba(0, 0, 0, .4);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
|
|
|
|
color: rgba(0, 0, 0, .8);
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|