Commit 659a1507 authored by Panayiotis Lipiridis's avatar Panayiotis Lipiridis
Browse files

More minor stuff

parent 27ef9d8e
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
.flag-icon-background {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.3333333333333333em;
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.flag-icon:before {
  content: "\00a0";
@@ -13,11 +18,6 @@
.flag-icon.flag-icon-squared {
  width: 1em;
}
.flag-icon-background {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.flag-icon-ad {
  background-image: url(../flags/4x3/ad.svg);
}
+1 −1

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
@@ -5,11 +5,11 @@
}

.flag-icon {
  .flag-icon-background;
  position: relative;
  display: inline-block;
  width: unit(4 / 3, em);
  line-height: 1em;
  .flag-icon-background;
  &:before {
    content: "\00a0";
  }