Updates all styles save for the tooltip and tracker, which are forthcoming. I just really wanted to commit all these changes.
This commit is contained in:
22
WebHostLib/static/styles/check.css
Normal file
22
WebHostLib/static/styles/check.css
Normal file
@@ -0,0 +1,22 @@
|
||||
#check-wrapper{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
#check{
|
||||
width: 620px;
|
||||
height: 280px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#check-form-wrapper{
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
#check-form{
|
||||
display: none;
|
||||
}
|
||||
Reference in New Issue
Block a user