Styleguide and theme code de-duplication (#1651)
[openemr.git] / interface / themes / core / closeDlgIframe.scss
blobc6a9d051b507cd77dac6a527ef30434bc4d41324
1 /*
2  * closeDlgIframe common styles
3  */
5 div.closeDlgIframe {
6         background: #ff5d5a;
7         position: absolute;
8         top: -12px;
9         right: -12px;
10         height: 25px;
11         width: 25px;
12         cursor: pointer;
13         z-index: 10010;
16 div.closeDlgIframe:before {
17         color: #fff;
18         content: "\f00d";
19         font-family: "FontAwesome";
20         font-weight: bold;
21         display: inline-block;
22         width: 100%;
23         text-align: center;
24         margin: auto;
25         line-height: 25px;
26         height: 25px;