-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuttoncss
More file actions
39 lines (33 loc) · 1.1 KB
/
Copy pathbuttoncss
File metadata and controls
39 lines (33 loc) · 1.1 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
@import url("https://fonts.googleapis.com/css2?family=Bree+Serif&family=Caveat:wght@400;700&family=Lobster&family=Monoton&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display+SC:ital,wght@0,400;0,700;1,700&family=Playfair+Display:ital,wght@0,400;0,700;1,700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,400;0,700;1,700&family=Work+Sans:ital,wght@0,400;0,700;1,700&display=swap");
.button-maker-bg-container {
background-image: linear-gradient(to right, #09203f, #537895);
}
.button-maker-heading {
color: #ffffff;
font-family: "Roboto";
font-size: 32px;
font-weight: 500;
}
.button-maker-container {
border-radius: 10px;
}
.input-label {
color: #7b8794;
font-family: "Roboto";
font-size: 12px;
font-weight: bold;
margin-top: 12px;
margin-bottom: 6px;
}
.user-input {
width: 100%;
height: 40px;
border-style: solid;
border-width: 1px;
border-color: #cbd2d9;
border-radius: 4px;
padding-left: 12px;
}
.custom-button {
font-family: "Roboto";
}