new Sass tool for developing css for LTR and RTL languages easily
[openemr.git] / interface / themes / oe-common / acl-common.scss
blobe6466b521f7cc5a3601529735ca448b2cc60c6bd
1 /*-------------------openemr ACL-------------------*/
3 #adminacl .loading {
4     text-decoration: blink;
5     font-size: 10px;
6     color: red;
7     font-weight: bold;
9 #adminacl .alert {
10     font-size: 10px;
11     color: red;
12     font-weight: bold;
14 .section {
15     border: solid;
16     border-width: 1px;
17     margin: 10px 0 10px 0;
18     padding: 5px;
20 #acl select[multiple], #acl select[size] {
21     height: auto !important;
22     width: 400px;
24 .section a, .section a:visited, .section a:hover {
25     text-decoration: none;
26     color: #000000 !important;
29 #membership_show, #acl_show {
30     margin-#{$right}:4px;
32 /*-------------------openemr ACL-------------------*/