svg icons updated for sign-up page
This commit is contained in:
parent
fefa8b2eb2
commit
a88ceaed46
3 changed files with 8 additions and 8 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -2543,28 +2543,28 @@ textarea#comment_box{
|
||||||
background: $gplus-color;
|
background: $gplus-color;
|
||||||
color: $gplus-color;
|
color: $gplus-color;
|
||||||
&:after{
|
&:after{
|
||||||
content: "\e904";
|
content: "\e90f";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.facebook-btn{
|
&.facebook-btn{
|
||||||
background: $fb-color;
|
background: $fb-color;
|
||||||
color: $fb-color;
|
color: $fb-color;
|
||||||
&:after{
|
&:after{
|
||||||
content: "\e902";
|
content: "\e90d";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.twitter-btn{
|
&.twitter-btn{
|
||||||
background: $tw-color;
|
background: $tw-color;
|
||||||
color: $tw-color;
|
color: $tw-color;
|
||||||
&:after{
|
&:after{
|
||||||
content: "\e911";
|
content: "\e920";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.linkedin-btn{
|
&.linkedin-btn{
|
||||||
background: $linkedin-color;
|
background: $linkedin-color;
|
||||||
color: $linkedin-color;
|
color: $linkedin-color;
|
||||||
&:after{
|
&:after{
|
||||||
content: "\e915";
|
content: "\e912";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -2580,7 +2580,7 @@ textarea#comment_box{
|
||||||
&:after{
|
&:after{
|
||||||
color: $error-color;
|
color: $error-color;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
content: "\e914";
|
content: "\e910";
|
||||||
z-index: 4;
|
z-index: 4;
|
||||||
width: 22px;
|
width: 22px;
|
||||||
height: 22px;
|
height: 22px;
|
||||||
|
@ -2600,7 +2600,7 @@ textarea#comment_box{
|
||||||
&:after{
|
&:after{
|
||||||
color: $green;
|
color: $green;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
content: "\e910";
|
content: "\e91f";
|
||||||
z-index: 4;
|
z-index: 4;
|
||||||
width: 22px;
|
width: 22px;
|
||||||
height: 22px;
|
height: 22px;
|
||||||
|
|
Loading…
Add table
Reference in a new issue