mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 05:48:32 +02:00
🐛 Add missing inline banner.
This commit is contained in:
parent
5f9d3606f6
commit
69f0f16085
3 changed files with 8 additions and 33 deletions
|
@ -5,8 +5,6 @@
|
|||
// Copyright (c) 2015-2016 Andrey Antukh <niwi@niwi.nz>
|
||||
// Copyright (c) 2015-2016 Juan de la Cruz <delacruzgarciajuan@gmail.com>
|
||||
|
||||
// TODO: juan revisit
|
||||
|
||||
input,
|
||||
select,
|
||||
textarea {
|
||||
|
@ -16,30 +14,6 @@ textarea {
|
|||
}
|
||||
}
|
||||
|
||||
.featured-note {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-size: $fs11;
|
||||
padding: 10px;
|
||||
margin-bottom: 25px;
|
||||
background-color: rgba(#59B9E2, 0.05);
|
||||
color: $color-gray-60;
|
||||
|
||||
.icon {
|
||||
display: flex;
|
||||
padding: 10px;
|
||||
svg {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
&.warning {
|
||||
color: $color-danger;
|
||||
}
|
||||
}
|
||||
|
||||
.generic-form {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue