add logo change, center for new conversation
This commit is contained in:
parent
fa8a7ca996
commit
b7a2331bab
8 changed files with 126 additions and 42 deletions
|
@ -26,19 +26,18 @@
|
|||
}
|
||||
}
|
||||
|
||||
// Modal styles
|
||||
.feedback-modal-overlay {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
background-color: rgba(0, 0, 0, 0.5);
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
z-index: 1000;
|
||||
}
|
||||
.feedback-modal-overlay {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
background-color: rgba(0, 0, 0, 0.5);
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
.feedback-modal {
|
||||
background: white;
|
||||
|
@ -176,10 +175,12 @@
|
|||
}
|
||||
}
|
||||
|
||||
// Spinner animation
|
||||
.spinning {
|
||||
animation: spin 1s linear infinite;
|
||||
}
|
||||
/
|
||||
/
|
||||
Spinner animation
|
||||
.spinning {
|
||||
animation: spin 1s linear infinite;
|
||||
}
|
||||
|
||||
@keyframes spin {
|
||||
from {
|
||||
|
|
|
@ -78,8 +78,8 @@
|
|||
|
||||
.actions {
|
||||
position: relative;
|
||||
right: -60px;
|
||||
top: -27px;
|
||||
right: 0;
|
||||
top: 0;
|
||||
height: 0;
|
||||
|
||||
|
||||
|
|
|
@ -21,6 +21,8 @@
|
|||
color: white;
|
||||
|
||||
.navbar-brand {
|
||||
margin-right: 35px;
|
||||
|
||||
.navbar-item {
|
||||
padding: 10px;
|
||||
margin-left: 16px;
|
||||
|
@ -31,6 +33,16 @@
|
|||
}
|
||||
}
|
||||
|
||||
.label {
|
||||
color: #FFF;
|
||||
font-family: Barlow;
|
||||
font-size: 18px;
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
line-height: normal;
|
||||
text-transform: uppercase;
|
||||
margin-top: -0.25em;
|
||||
}
|
||||
}
|
||||
|
||||
.navigation {
|
||||
|
@ -91,7 +103,7 @@
|
|||
|
||||
.action {
|
||||
float: right;
|
||||
margin-top: -1.75em;
|
||||
margin-top: -1.8em;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue