mirror of
https://github.com/ssyyhhrr/stewardle.git
synced 2025-11-18 14:53:38 -05:00
Flags and Logos
This commit is contained in:
@@ -125,6 +125,19 @@ input[type=text] {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.flag {
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.team {
|
||||
width: 50px;
|
||||
padding: 5px;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
||||
|
||||
.input {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
|
||||
Reference in New Issue
Block a user