descriptions
This commit is contained in:
parent
dab201f069
commit
0c6ad8bd85
3 changed files with 27 additions and 3 deletions
|
|
@ -91,6 +91,12 @@
|
|||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.myoffer-card > div {
|
||||
max-width: 200px;
|
||||
display: inline-block;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
#create-offer-controls {
|
||||
text-align: center;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -162,6 +162,12 @@ h1 {
|
|||
box-shadow: 0 0 13px #ccc;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.subtle-box {
|
||||
border-radius: 10px;
|
||||
border: 1px solid rgb(202, 202, 202);
|
||||
}
|
||||
|
||||
#login-card > * {
|
||||
text-align: center;
|
||||
margin-right: auto;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue