mirror of https://github.com/zulip/zulip.git
integrations: Round top borders and remove box shadow.
This makes it look good with the new footer.
This commit is contained in:
parent
0d9b1547ce
commit
5d3c6aa857
|
@ -24,10 +24,8 @@ $category-text: hsl(219, 23%, 33%);
|
||||||
width: calc(100% - 100px);
|
width: calc(100% - 100px);
|
||||||
max-width: 1170px;
|
max-width: 1170px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
border-radius: 10px;
|
||||||
background-color: hsl(0, 0%, 100%);
|
background-color: hsl(0, 0%, 100%);
|
||||||
box-shadow: 0 0 80px hsla(0, 0%, 0%, 0.12);
|
|
||||||
|
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
|
|
||||||
img {
|
img {
|
||||||
|
|
Loading…
Reference in New Issue