modified: serv_nginx/bbvue/src/App.vue
add shadow for write logo and image logo in the header
This commit is contained in:
@@ -145,12 +145,14 @@ body {
|
|||||||
.logo-box {
|
.logo-box {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
text-shadow: 2px 2px 5px #132016d0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.little-logo {
|
.little-logo {
|
||||||
width: 2.5rem;
|
width: 2.5rem;
|
||||||
height: 2.5rem;
|
height: 2.5rem;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
|
filter: drop-shadow(2px 2px 4px rgb(160, 178, 152));
|
||||||
}
|
}
|
||||||
|
|
||||||
.team {
|
.team {
|
||||||
|
|||||||
Reference in New Issue
Block a user