new Sass tool for developing css for LTR and RTL languages easily
[openemr.git] / interface / themes / core / sddm.scss
blob774217010ee974a056b74c8145546d6df9d80b21
1 #sddm li {
2     margin: 0;
3     list-style: none;
4     float: $left;
5     background: #f0f0f0;
7 #sddm li a {
8     display: block;
9     margin: 0 1px 0 0;
10     text-align: $left;
11     text-decoration: none;
13 #sddm li a:hover {
14     background: #d7d7d7;
16 #sddm div {
17     position: absolute;
18     visibility: hidden;
20 #sddm div a {
21     position: relative;
22     display: block;
23     margin: 0;
24     padding: 5px 10px;
25     width: 170px;
26     white-space: normal;
27     text-align: $left;
28     text-decoration: none;
29     font-size: 0.8em;
30     font-weight: normal;
32 #sddm div a:hover {
33     color: #ffffff;