mirror of
https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
synced 2024-11-10 05:34:44 +00:00
fix css linting
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
parent
82aba63baf
commit
b07c99f805
@ -52,20 +52,21 @@ body {
|
|||||||
.search-bar {
|
.search-bar {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
font-family: 'Century Gothic';
|
font-family: "Century Gothic", "sans-serif";
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #516754;
|
color: #516754;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sort{
|
#sort {
|
||||||
margin-right: 1em;
|
margin-right: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.search-bar > form {
|
.search-bar > form {
|
||||||
float: right;
|
float: right;
|
||||||
padding: 6px 10px;
|
padding: 6px 10px;
|
||||||
/*
|
|
||||||
margin-top: 8px;
|
/*
|
||||||
|
margin-top: 8px;
|
||||||
margin-right: 16px;
|
margin-right: 16px;
|
||||||
*/
|
*/
|
||||||
background: rgb(239 183 183);
|
background: rgb(239 183 183);
|
||||||
@ -77,8 +78,8 @@ body {
|
|||||||
#search-btn {
|
#search-btn {
|
||||||
position: relative;
|
position: relative;
|
||||||
align-self: center;
|
align-self: center;
|
||||||
width: 30px;
|
width: 30px;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#recent-reviews-text {
|
#recent-reviews-text {
|
||||||
@ -93,17 +94,17 @@ img#create-btn {
|
|||||||
align-self: center;
|
align-self: center;
|
||||||
padding-left: 2.5%;
|
padding-left: 2.5%;
|
||||||
padding-right: 2.5%;
|
padding-right: 2.5%;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
width: 10%;
|
width: 10%;
|
||||||
height: 10%;
|
height: 10%;
|
||||||
}
|
}
|
||||||
|
|
||||||
img#create-btn-invis {
|
img#create-btn-invis {
|
||||||
opacity: 0%;
|
opacity: 0;
|
||||||
padding-left: 2.5%;
|
padding-left: 2.5%;
|
||||||
padding-right: 2.5%;
|
padding-right: 2.5%;
|
||||||
width: 10%;
|
width: 10%;
|
||||||
height: 10%;
|
height: 10%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.review-container {
|
.review-container {
|
||||||
|
Loading…
Reference in New Issue
Block a user