Files
faveo/public/css/close-button.css
Manish Verma 2d8e640e9b Updates
2016-12-13 18:18:25 +05:30

38 lines
670 B
CSS
Vendored
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
Created on : 14 Oct, 2016, 9:55:14 AM
Author : vijaysebastian
*/
/* Common */
/* Close Button */
[class*='close-'] {
color: #777;
font: 14px/100% arial, sans-serif;
position: absolute;
right: 5px;
text-decoration: none;
text-shadow: 0 1px 0 #fff;
top: 5px;
}
.close-classic:after {
content: 'X'; /* ANSI X letter */
}
.close-thin:after {
content: '×'; /* UTF-8 symbol */
}
.close-thik:after {
content: '✖'; /* UTF-8 symbol */
}