xref: /template/writr/css/plugins/wrap.less (revision 8cb979f5bab4a80a033e0f56803f14a2d9c502a6)
1/* =Wrap Plugin
2----------------------------------------------- */
3
4.wrap_button a {
5	-webkit-text-size-adjust: 100%;
6	word-wrap: break-word;
7	margin: 0;
8	padding: 10px 20px !important;
9	border: none!important;
10	background: @ini_theme_color !important;
11	color: @ini_background !important;
12	font-size: 14px;
13	line-height: 1.5;
14	font-weight: bold;
15	text-transform: uppercase;
16	cursor: pointer;
17	-webkit-appearance: button;
18	box-sizing: border-box;
19	border-radius: 20px !important;
20	vertical-align: middle;
21	text-decoration: none;
22}
23
24.wrap_button a:visited,
25.centeralign a:visited {
26	background-color: @ini_theme_color !important;
27	color: @ini_background !important;
28	border-radius: 20px !important;
29	border: none !important;
30	padding: 10px 20px !important;
31}
32