File tree Expand file tree Collapse file tree 1 file changed +27
-43
lines changed
app/extensions/safe/components/webIdDropdown Expand file tree Collapse file tree 1 file changed +27
-43
lines changed Original file line number Diff line number Diff line change 1
- .webIdList {
2
- /* display: block; */
3
- position : absolute;
4
- font-size : 1.4rem ;
5
- top : 9rem ;
6
- text-align : left;
7
- list-style : none;
8
- background-color : white;
9
- padding-top : 5px ;
10
- padding-bottom : 5px ;
11
-
12
- background-color : rgba ( 246 , 246 , 246 , 1 );
13
-
14
- border : 1px solid rgba ( 127 , 127 , 127 , 1 );
15
- display : flex;
16
- z-index : 1 ;
17
- flex-direction : column;
18
- padding : 0rem ;
19
- /* padding-right: 1rem; */
20
- white-space : nowrap;
21
-
22
- }
23
-
24
-
25
- .webId
26
- {
1
+ .webIdList {
2
+ position : absolute;
3
+ font-size : 1.4rem ;
4
+ top : 3rem ;
5
+ text-align : left;
6
+ list-style : none;
7
+ background-color : rgba (246 , 246 , 246 , 1 );
8
+ border : 1px solid rgba (127 , 127 , 127 , 1 );
9
+ display : flex;
10
+ z-index : 1 ;
11
+ flex-direction : column;
12
+ padding : 0 ;
13
+ white-space : nowrap;
14
+ }
15
+
16
+ .webId {
27
17
cursor : pointer;
28
18
padding : 1rem ;
29
19
padding-left : 1.2rem ;
30
20
padding-right : 1.2rem ;
31
- /* padding-right: 1rem; */
32
- /* padding-bottom: 0.4rem; */
33
- border-bottom : 1px solid rgba ( 127 , 127 , 127 , 0.3 );
21
+ border-bottom : 1px solid rgba (127 , 127 , 127 , 0.3 );
34
22
}
35
23
36
- .webIdInfo
37
- {
24
+ .webIdInfo {
25
+ /* stylelint-disable-next-line */
38
26
composes : webId;
39
27
cursor : default;
40
28
}
41
29
42
- .webIdManager
43
- {
30
+ .webIdManager {
31
+ /* stylelint-disable-next-line */
44
32
composes : webId;
45
33
border-bottom : none;
46
34
}
47
35
48
- .openAuth
49
- {
36
+ .openAuth {
37
+ /* stylelint-disable-next-line */
50
38
composes : webId;
51
39
}
52
- .openAuth a
53
- {
40
+ .openAuth a {
54
41
text-decoration : none;
55
- /* color: #19a2e2; */
56
42
}
57
43
58
- .webIdManager a
59
- {
44
+ .webIdManager a {
60
45
text-decoration : none;
61
- /* color: #19a2e2; */
62
46
}
63
47
64
- .selectedWebId
65
- {
48
+ .selectedWebId {
49
+ /* stylelint-disable-next-line */
66
50
composes : webId;
67
51
font-weight : bold;
68
52
}
You can’t perform that action at this time.
0 commit comments