mirror of
https://github.com/usebruno/bruno.git
synced 2025-08-09 17:35:19 +02:00
feat: Login Page
This commit is contained in:
@ -3,6 +3,7 @@ import styled from 'styled-components';
|
||||
const Wrapper = styled.div`
|
||||
background-color: rgb(44, 44, 44);
|
||||
color: rgba(255, 255, 255, 0.5);
|
||||
min-height: 100vh;
|
||||
|
||||
.menu-item {
|
||||
padding: 0.6rem;
|
||||
|
Reference in New Issue
Block a user