Newer
Older
background-color: transparent;
background-image: none;
border: 0;
box-shadow: none;
&:hover {
cursor: pointer;
}
&--left-space {
margin-left: 20px;
}
Chris Lawton
committed
&--contains-icons {
display: flex;
align-items: center;
}
Chris Lawton
committed
@include button(transparent, $color--white);
&:hover {
color: $color--dark-blue;
}
}
&--narrow {
padding: 5px 15px;
font-size: 15px;
}
// cannot conform to BEM here in order to be able to override google button styles
&--google-translate {
width: 180px;
Chris Lawton
committed
@include button(transparent, $color--white);
padding: 5px 15px;
font-family: $font--primary;
font-size: 15px;
font-weight: $weight--bold;
Chris Lawton
committed
transition: background, color, $transition;
&:hover {
.goog-te-menu-value {
span {
color: $color--dark-blue !important; // sass-lint:disable-line no-important
}
}
}
.goog-te-menu-value {
color: $color--white;
span {
// color of the arrow is inlined hence !important
color: $color--white !important; // sass-lint:disable-line no-important
transition: color $transition;
&:nth-of-type(2) {
// hide the pipe
display: none;
}
}
}
}
.goog-te-gadget-icon {
// hide the google icon
display: none;
}
}