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