0
Fork 0
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:
elhombretecla 2021-04-30 13:59:29 +02:00 committed by Andrés Moya
parent e3896da3c4
commit 9adf0b3611

View file

@ -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;