-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_contact.sass
93 lines (93 loc) · 2.25 KB
/
_contact.sass
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
#contact
background-color: #AEBDCA
height: 120vh 0
.col-md-6
display: flex
align-items: center
justify-content: center
flex-direction: column
h2
font-size: 20px
color: #ffffff
h1
font-size: 35px
font-weight: 700
margin: 10px 0
color: #085078
.box
border-radius: 20px
width: 300px
height: 150px
background-color: #002b7c
margin: 20px 0
display: flex
align-items: center
justify-content: center
flex-direction: column
border: 1px solid #979797
transition: 1s
&:hover
background-color: #ffffff00
.icon
color: #ffffff
font-size: 24px
h1
font-size: 20px
margin: 5px 0
color: #ffffff
h2
font-size: 20px
margin: 8px 0
color: #ffffff
a
color: #1c76fd
.minibox
margin-top: 60px
label
font-size: 20px
font-weight: 700
color: #00255e
font-style: italic
input
width: 100%
height: 40px
margin: 20px 0
border: 1px solid #00255e
background-color: #ffffff00
&:hover
background-color: #aeceff
textarea
border: 1px solid #00255e
background-color: #ffffff00
width: 100%
border-radius: 6px
margin: 20px 0
&:hover
background-color: #aeceff
.btn
padding: 20px 40px
color: #000000
background-color: #1c76fd
transition: 0.1s
position: relative
h1
font-size: 25px
// .icon1
// position: absolute
// display: flex
// flex-direction: column
// align-items: center
// justify-content: center
// width: 100%
// height: 100%
// font-size: 45px
// color: #085078
// opacity: 0
// background-color: #ffffff
// top: 0
// &:hover
// opacity: 1
// cursor: pointer
&:hover
background-color: #ffffff
transform: rotate(360deg)