-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
95 lines (90 loc) · 2.19 KB
/
style.css
File metadata and controls
95 lines (90 loc) · 2.19 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
.iframe-container {
position: relative;
overflow: hidden;
width: 100%;
padding-top: calc(40% + 10rem);
}
.responsive-iframe {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: calc(100% - 2rem);
height: calc(100% - 2rem);
}
.center {
margin: auto;
width: 60%;
padding: 2px;
}
.btn {
background-color: DodgerBlue;
border: none;
color: white;
padding: 12px 30px;
cursor: pointer;
font-size: 20px;
}
/* Darker background on mouse-over */
.btn:hover {
background-color: RoyalBlue;
}
.btnStyle2:hover, .ugb-button-container .ugb-button--design-link:hover, .is-style-outline>.wp-block-button__link:hover, .ugb-button-wrapper .ugb-block-content .ugb-button:hover {
border-color: #000;
text-decoration: none;
}
.ugb-ca123d6 .ugb-block-content .ugb-button {
border-radius: 0px;
}
.ugb-button-wrapper .ugb-block-content .ugb-button {
margin-top: 10px !important;
}
.btnStyle2, .ugb-button-container .ugb-button--design-link, .is-style-outline>.wp-block-button__link, .ugb-button-wrapper .ugb-block-content .ugb-button {
color: #000;
border: 2px solid #9d5da3;
border-width: 0 0 2px;
text-transform: uppercase;
padding: 0 0 5px;
margin: 0 .5em .5em !important;
border-radius: 0;
background: 0 0;
}
.ugb-button-wrapper .ugb-button.ugb-button--design-link, .ugb-button-wrapper .ugb-button.ugb-button--design-plain, .ugb-button-wrapper .ugb-button.ugb-link-button, .ugb-button-wrapper .ugb-button.ugb-plain-button {
margin-left: .75em;
margin-right: .75em;
}
.ugb-button-wrapper .ugb-block-content .ugb-button {
margin: 0 .5em .5em;
display: block;
}
.ugb-button:hover {
opacity: .85;
box-shadow: none!important;
}
a:hover {
text-decoration: underline;
}
.ugb-button--design-link {
background: 0 0;
padding: 0;
border-radius: 0!important;
}
.ugb-button, .ugb-button .ugb-button--inner {
transition: all .2s ease-in-out;
box-shadow: none!important;
}
.ugb-button {
border: none;
border-radius: 4px;
display: inline-block;
cursor: pointer;
opacity: 1;
background: #2091e1;
background: var(--s-primary-color,#2091e1);
padding: 8px 26px;
line-height: 1.5!important;
align-items: center;
font-size: 1em;
position: relative;
}