~starkingdoms/starkingdoms

ref: 81b203423a8d97d866f3f67fc7248f0f756bca1b starkingdoms/starkingdoms-client/src/css/footer.css -rw-r--r-- 325 bytes
81b20342 — core Merge remote-tracking branch 'origin/bevy_rewrite' into bevy_rewrite 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.footer-left {
  font-size: 0.75rem;
  line-height: 2rem;
  position: absolute;
  bottom: 0.5em;
  left: 1em;
}
.footer-right {
  font-size: 0.75rem;
  line-height: 2rem;
  position: absolute;
  bottom: 0.5em;
  right: 1em;
}
.footer-icon {
  vertical-align: middle;
  display: inline-block;
  width: 1rem;
  height: 1rem;
}