|
|
@@ -23,38 +23,43 @@
|
|
|
color: #967bbd;
|
|
|
}
|
|
|
}
|
|
|
- .unlinkIcon {
|
|
|
- padding: 0 3px;
|
|
|
- color: #fd3995;
|
|
|
- line-height: 1.15rem;
|
|
|
- border: 1px solid #fd3995;
|
|
|
- border-radius: 0.25rem;
|
|
|
- cursor: pointer;
|
|
|
- &:hover {
|
|
|
- color: #ffffff;
|
|
|
- background-color: #fd3995;
|
|
|
- border-color: #fd3995;
|
|
|
- transition: all 0.2s ease-in-out;
|
|
|
+ .iconContent {
|
|
|
+ & > :last-child {
|
|
|
+ margin-left: 5px;
|
|
|
}
|
|
|
- // &:active {
|
|
|
- // box-shadow: 0 2px 5px rgb(0 0 0 / 15%) inset;
|
|
|
- // }
|
|
|
- }
|
|
|
- .switchIcon {
|
|
|
- padding: 0 3px;
|
|
|
- color: #886ab5;
|
|
|
- line-height: 1.15rem;
|
|
|
- border: 1px solid #886ab5;
|
|
|
- border-radius: 0.25rem;
|
|
|
- cursor: pointer;
|
|
|
- &:hover {
|
|
|
- color: #ffffff;
|
|
|
- background-color: #886ab5;
|
|
|
- border-color: #886ab5;
|
|
|
- transition: all 0.2s ease-in-out;
|
|
|
+ .unlinkIcon {
|
|
|
+ padding: 0 3px;
|
|
|
+ color: #fd3995;
|
|
|
+ line-height: 1.15rem;
|
|
|
+ border: 1px solid #fd3995;
|
|
|
+ border-radius: 0.25rem;
|
|
|
+ cursor: pointer;
|
|
|
+ &:hover {
|
|
|
+ color: #ffffff;
|
|
|
+ background-color: #fd3995;
|
|
|
+ border-color: #fd3995;
|
|
|
+ transition: all 0.2s ease-in-out;
|
|
|
+ }
|
|
|
+ // &:active {
|
|
|
+ // box-shadow: 0 2px 5px rgb(0 0 0 / 15%) inset;
|
|
|
+ // }
|
|
|
+ }
|
|
|
+ .switchIcon {
|
|
|
+ padding: 0 3px;
|
|
|
+ color: #886ab5;
|
|
|
+ line-height: 1.15rem;
|
|
|
+ border: 1px solid #886ab5;
|
|
|
+ border-radius: 0.25rem;
|
|
|
+ cursor: pointer;
|
|
|
+ &:hover {
|
|
|
+ color: #ffffff;
|
|
|
+ background-color: #886ab5;
|
|
|
+ border-color: #886ab5;
|
|
|
+ transition: all 0.2s ease-in-out;
|
|
|
+ }
|
|
|
+ // &:active {
|
|
|
+ // box-shadow: 0 2px 5px rgb(0 0 0 / 15%) inset;
|
|
|
+ // }
|
|
|
}
|
|
|
- // &:active {
|
|
|
- // box-shadow: 0 2px 5px rgb(0 0 0 / 15%) inset;
|
|
|
- // }
|
|
|
}
|
|
|
}
|