moya-locale.component.scss
313 Bytes
:host {
position: relative;
right: 0;
text-align: right;
}
.disabled-flag {
opacity: 0;
cursor: move;
border: 0;
display: hidden;
}
// http://flexboxfroggy.com/
.flag-bond {
display: flex;
img {
border: 1px solid black;
margin-right: 3px;
cursor: pointer;
height: 20px;
}
}