PluginProbe
RabbitLoader / 3.1.1
RabbitLoader v3.1.1
4.0.2 4.0.1 4.0 3.2.0 3.1.1 3.1.0 3.0.5 3.0.3 3.0.4 2.17.1 2.17.2 2.17.3 2.17.4 2.17.5 2.17.6 2.17.7 2.18.0 2.18.1 2.18.2 2.18.3 2.18.4 2.18.5 2.18.6 2.18.7 2.18.8 All 129 releases
rabbit-loader / admin / css / style-common.css

style-common.css in RabbitLoader 3.1.1, at admin/css/style-common.css

32 lines 753 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .rl-btn {
2 display: inline-block;
3 border-radius: 0.25rem;
4 padding: 0.375rem 0.75rem;
5 font-size: 1rem;
6 line-height: 1.5;
7 text-transform: capitalize;
8 font-weight: 400;
9 text-align: center;
10 text-decoration: none;
11 vertical-align: middle;
12 cursor: pointer;
13 transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
14 border: 1px solid transparent;
15 background-color: transparent;
16 }
17
18 .rl-btn-primary {
19 color: #ffffff;
20 /*#0811fb;*/
21 background-color: #0076CE;
22 }
23
24 .rl-btn-primary:hover {
25 color: #ffffff;
26 /* background-color: #0811fb; */
27 background-color: #0076CE;
28 }
29
30 .rl_survey_notice .p1 {
31 font-size: 1.2rem;
32 }