-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
82 lines (67 loc) · 1.76 KB
/
style.css
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
/*
Theme Name: child wpcarepify
Theme URI: http://carepify.com
Author: Carepify Team
Author URI: http://carepify.com
GitHub Theme URI: https://github.com/hlaporthein/wpcarepify
Description: wpcarepify theme is developed by carepify team. You could also read documentation in http://github.com/hlaporthein/wpcarepify/wiki/
Requires at least: WordPress 4.9.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wpcarepify
Tags: simple, npm
*/
/* ---------------------------------------------------
button
-----------------------------------------------------*/
.cp-btn {
background: #1379ce;
border: 0 none;
padding: 5px 15px;
font-size: 13px;
border-radius: 4px;
}
/* ---------------------------------------------------
danger color
-----------------------------------------------------*/
.cp-bg-danger {
background: #dc3545;
}
a.cp-bg-danger:hover, a.cp-bg-danger:focus,
button.cp-bg-danger:hover,
button.cp-bg-danger:focus {
background-color: #bd2130 !important;
}
.cp-alert-danger {
background: #fe3f3f;
color: #fff;
}
.cp-alert-danger > a {
color: #f3f3f3;
}
/* ---------------------------------------------------
warning color
-----------------------------------------------------*/
.cp-bg-warning {
background-color: #ffc107 !important;
}
a.cp-bg-warning:hover, a.cp-bg-warning:focus,
button.cp-bg-warning:hover,
button.cp-bg-warning:focus {
background-color: #d39e00 !important;
}
/* ---------------------------------------------------
component
-----------------------------------------------------*/
.cp-fixed-bar {
position: fixed;
z-index: 1;
color: #fff;
bottom: 0;
padding: 15px 0;
width: 100%;
left: 0;
text-indent: 30px;
font-size: 16px;
}