styling
This commit is contained in:
parent
1727b7c20a
commit
11b4ec1fcc
9 changed files with 97 additions and 73 deletions
|
|
@ -118,21 +118,24 @@
|
|||
position: absolute;
|
||||
}
|
||||
}
|
||||
.starts {
|
||||
.stars {
|
||||
display: flex;
|
||||
border-bottom: none;
|
||||
.button {
|
||||
background-color: #fff;
|
||||
width: 100%;
|
||||
outline: none;
|
||||
border: none;
|
||||
height:10px;
|
||||
width:10px;
|
||||
}
|
||||
.gold {
|
||||
color: #ffd700 !important;
|
||||
color: #ffd700;
|
||||
}
|
||||
.grey {
|
||||
color: #667 !important;
|
||||
.subtle-gray {
|
||||
color: $subtle-gray;
|
||||
}
|
||||
}
|
||||
.continue-button {
|
||||
.feedback-flow-button {
|
||||
padding: 20px;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue