File tree 1 file changed +24
-26
lines changed
1 file changed +24
-26
lines changed Original file line number Diff line number Diff line change @@ -107,39 +107,37 @@ export default {
107
107
108
108
<style lang="scss" scoped>
109
109
.hideContent {
110
- display : none ;
110
+ display : none ;
111
111
}
112
112
113
113
.overlay {
114
- text-align : center ;
115
- position : absolute ;
116
- color : var (--clickable-text );
117
- z-index : 999 ;
114
+ text-align : center ;
115
+ position : absolute ;
116
+ color : var (--clickable-text );
117
+ z-index : 999 ;
118
118
119
- :hover > & {
120
- cursor : pointer ;
121
- text-decoration : underline ;
122
- }
119
+ :hover > & {
120
+ cursor : pointer ;
121
+ text-decoration : underline ;
122
+ }
123
123
}
124
124
125
125
.viewOptions {
126
- display : flex ;
127
- justify-content : center ;
128
- margin-top : 10px ;
129
- max-width : 150px ;
130
- width : 100% ;
131
- border-radius : 5px ;
132
- border-width : 1px ;
133
- border-style : solid ;
134
- padding : 5px 10px ;
135
-
136
- border-color : var (--clickable-text );
137
- color : var (--clickable-text );
126
+ display : flex ;
127
+ justify-content : center ;
128
+ margin-top : 10px ;
129
+ max-width : 150px ;
130
+ width : 100% ;
131
+ border-radius : 5px ;
132
+ border-width : 1px ;
133
+ border-style : solid ;
134
+ padding : 5px 10px ;
135
+ border-color : var (--clickable-text );
136
+ color : var (--clickable-text );
138
137
139
- :hover > & {
140
- cursor : pointer ;
141
- text-decoration : underline ;
142
- }
138
+ :hover > & {
139
+ cursor : pointer ;
140
+ text-decoration : underline ;
141
+ }
143
142
}
144
-
145
143
</style >
You can’t perform that action at this time.
0 commit comments