mirror of
https://github.com/pawelmalak/flame.git
synced 2024-11-04 13:59:04 +03:00
Updated Custom CSS (markdown)
parent
e2da4111b3
commit
dd1b828143
@ -27,4 +27,12 @@
|
||||
.Layout_Container__2Hv3J {
|
||||
padding: 20px 0 !important;
|
||||
}
|
||||
```
|
||||
|
||||
#### Add border to Input Group and turn it upside down
|
||||
```css
|
||||
.InputGroup_InputGroup__1Nm_2 {
|
||||
border: 5px solid red;
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
```
|
Loading…
Reference in New Issue
Block a user