Added add project page
This commit is contained in:
23
frontend/src/app/components/topToolTip/styles.module.css
Normal file
23
frontend/src/app/components/topToolTip/styles.module.css
Normal file
@@ -0,0 +1,23 @@
|
||||
.upperToolTips {
|
||||
display: flex;
|
||||
padding: 10px;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
align-self: stretch;
|
||||
background: #959aff;
|
||||
}
|
||||
.upperToolTips > div {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
}
|
||||
.upperToolTips > div > p {
|
||||
color: #191a24;
|
||||
text-align: center;
|
||||
font-family: Inter;
|
||||
font-size: 16px;
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
line-height: normal;
|
||||
}
|
||||
Reference in New Issue
Block a user