new Sass tool for developing css for LTR and RTL languages easily
[openemr.git] / interface / themes / buttons / _light.scss
blobc57c78941b1b4de29a5f0750d933fd50949e0783
1 /*
2  * CSS BUTTONS
3  */
5 .css_button_small {
6     background: #2672ec;
7     color: #ffffff !important;
8     display: block;
9     float: $left;
10     font-weight: 400;
11     margin-#{$right}: 3px;
12     padding-right: 10px;
13     /* sliding doors padding */
14     text-decoration: none;
15     padding: 5px 12px 5px;
16     border: none;
17     font-size: 0.7em;
19 .css_button_small span {
20     display: block;
22 .css_button_small:hover {
23     background: #1050b6;
24     text-decoration: none;
26 .css_button, input[type="button"], input[type="submit"], button {
27     background: #2672ec;
28     color: #ffffff !important;
29     display: block;
30     font-weight: 400;
31     float: $left;
32     margin-#{$right}: 3px;
33     padding-right: 10px;
34     /* sliding doors padding */
35     text-decoration: none;
36     padding: 5px 12px 5px;
37     border: none;
38     .css_button_small {
39         font-size: 0.7em;
40     }
42 .css_button span, input[type="button"] span, button span {
43     display: inline;
45 .css_button[href*="deleter"], input[type="button"][href*="deleter"], button[href*="deleter"] {
46     background: red !important;
48 .css_button:hover, input[type="button"]:hover, input[type="submit"]:hover, button:hover {
49     background: #1050b6;
50     text-decoration: none;
52 .css_btn {
53     background: #2672ec;
54     color: #ffffff !important;
55     display: block;
56     float: left;
57     font-weight: 400;
58     margin-right: 3px;
59     padding-right: 10px;
60     /* sliding doors padding */
61     text-decoration: none;
62     padding: 5px 12px 5px;
63     border: none;
65 .css_btn:hover {
66     color: orangered;
68 .modal-footer>button {
69     float: none !important;
71 .btn-default {
72     background: rgba(0, 0, 0, 0.05) !important;
73     color: rgba(0, 0, 0, 0.87) !important;
75 .btn-link {
76     color: #444 !important;
78 input[type="button"][style="background-color:#ffff55"] {
79     background: #2672ec !important;
81 input[type="text"] {
82     background: #ffffff;
83     border: 1px solid #444444;
84     padding: 3px;
85     margin: 3px;