@import url('./_size.css');

.full {
  width: 100%;
  height: 100%;
}

.icon {
  width: $icon;
  height: $icon;
}

.width-full {
  width: 100%;
}

.height-full {
  height: 100%;
}
