24 lines
357 B
CSS
24 lines
357 B
CSS
/*!
|
|
* Generated with CSS Flag Sprite generator (https://www.flag-sprites.com/)
|
|
*/
|
|
|
|
.flag {
|
|
display: inline-block;
|
|
width: 32px;
|
|
height: 32px;
|
|
background: url('flags.png') no-repeat;
|
|
}
|
|
|
|
|
|
.flag.flag-fr {
|
|
background-position: -32px 0;
|
|
}
|
|
|
|
.flag.flag-be {
|
|
background-position: 0 0;
|
|
}
|
|
|
|
.flag.flag-gb {
|
|
background-position: 0 -32px;
|
|
}
|