mirror of
https://github.com/penpot/penpot.git
synced 2025-02-13 10:38:13 -05:00
💄 Change messages css
This commit is contained in:
parent
79f5c6a008
commit
2b393355ad
1 changed files with 9 additions and 6 deletions
|
@ -1129,22 +1129,25 @@ input[type=range]:focus::-ms-fill-upper {
|
|||
}
|
||||
|
||||
&.fixed {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0px;
|
||||
width: 100%;
|
||||
border-radius: $br-small;
|
||||
box-shadow: 0px 4px 4px rgba(0,0,0,0.2);
|
||||
height: 48px;
|
||||
max-width: 1000px;
|
||||
min-width: 500px;
|
||||
position: fixed;
|
||||
padding-left: 16px;
|
||||
top: 16px;
|
||||
right: 16px;
|
||||
z-index: 13;
|
||||
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
.wrapper {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
max-width: 60%;
|
||||
padding-right: 64px;
|
||||
|
||||
.icon {
|
||||
margin-right: $medium;
|
||||
|
|
Loading…
Add table
Reference in a new issue