forked from LiveCarta/LiveCartaWP
latest css
This commit is contained in:
@@ -669,6 +669,43 @@ blockquote {
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale; }
|
||||
|
||||
.icon-menu-dots {
|
||||
background: none;
|
||||
border: 0;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
top: -1px; }
|
||||
.icon-menu-dots i {
|
||||
width: 4px;
|
||||
height: 4px;
|
||||
background: #837d7d;
|
||||
border-radius: 1px;
|
||||
position: absolute;
|
||||
right: 6px;
|
||||
top: 6px;
|
||||
border-radius: 50%; }
|
||||
.icon-menu-dots:hover {
|
||||
opacity: 0.8; }
|
||||
.icon-menu-dots:focus {
|
||||
outline: 0; }
|
||||
.icon-menu-dots:after, .icon-menu-dots:before {
|
||||
content: " ";
|
||||
display: block;
|
||||
width: 4px;
|
||||
height: 4px;
|
||||
background: #837d7d;
|
||||
border-radius: 1px;
|
||||
position: absolute;
|
||||
right: 6px;
|
||||
border-radius: 50%; }
|
||||
.icon-menu-dots:before {
|
||||
top: 0; }
|
||||
.icon-menu-dots:after {
|
||||
bottom: 0; }
|
||||
|
||||
.icon-warning-custom {
|
||||
color: #e89f29;
|
||||
font-size: 16px; }
|
||||
@@ -784,6 +821,9 @@ blockquote {
|
||||
.icon-promo-supplement:before {
|
||||
content: "\e940"; }
|
||||
|
||||
.icon-warning:before, .icon-warning-custom:before {
|
||||
content: "\e913"; }
|
||||
|
||||
/* Buttons. */
|
||||
.btn {
|
||||
font-size: 13px; }
|
||||
@@ -3545,5 +3585,3 @@ footer {
|
||||
.promo-popup .pp-close:hover {
|
||||
color: #999;
|
||||
text-decoration: none; }
|
||||
.icon-warning-custom:before, .icon-warning:before {
|
||||
content:"\e913"; }
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user