-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlink.scss
More file actions
75 lines (69 loc) · 1.22 KB
/
link.scss
File metadata and controls
75 lines (69 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
.linkcarrier{
padding: 0px 0px 100px 118px;
right:0px;
position: fixed;
/*border:1px solid black;*/
}
.jackel{
border-width: 0.1px;
border-radius: 20px;
border-color: rgb(172, 157, 157);
width: 600px;
height: 40px;
left: 360px;
position: relative;
}
.timber{
position: relative;
/*left:30px;*/
padding: 120px;
}
.submitbtns{
position: relative;
padding:20px 400px;
left: 100px;
}
.submit{
background-color: #f5f5f5;
border: 1px solid #978a8a;
border-radius: 4px;
color: #6f8197;
font-family: arial,sans-serif;
font-size: 14px;
margin: 11px 4px;
padding: 0 16px;
line-height: 27px;
height: 36px;
min-width: 54px;
text-align: center;
cursor: pointer;
user-select: none;
}
.submit:hover{
box-shadow: 2px 1px 3px 3px;
}
.sbtn{
@extend .submit;
color:white;
background-color:#4d90fe;
width: 120px;
font-size: 10px;
font-weight: bold;
position: relative;
left:640px;
height:30px;
}
.mytab{
border-collapse: collapse;
td{
width: 250px;
height:40px;
input{
width: 500px;
}
}
}
.bttab{
width:1500px;
border-collapse: collapse;
}