add styles
This commit is contained in:
parent
2cd12c828f
commit
9c460ad683
@ -19,4 +19,28 @@
|
|||||||
margin-right: 10%;
|
margin-right: 10%;
|
||||||
margin-top: 1.25%;
|
margin-top: 1.25%;
|
||||||
margin-bottom: 1.25%;
|
margin-bottom: 1.25%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.news-ui {
|
||||||
|
width: 40%;
|
||||||
|
margin-bottom:
|
||||||
|
calc(15vh);
|
||||||
|
margin-left: 30%;
|
||||||
|
margin-right: 30%;
|
||||||
|
backdrop-filter: blur(3px);
|
||||||
|
}
|
||||||
|
|
||||||
|
.light-news-ui {
|
||||||
|
background-color: rgba(255, 255, 255, 0.45) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dark-news-ui {
|
||||||
|
background-color: rgba(55, 55, 55, 0.45) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#app {
|
||||||
|
margin: 0;
|
||||||
|
bottom: 0;
|
||||||
|
width: 100vw;
|
||||||
|
height: 100vh;
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user