1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-20 19:08:21 +00:00

[terms & conditions] accept: rewrote it with React (#4279)

This commit is contained in:
llj
2019-11-21 11:34:08 +08:00
committed by Daniel Pan
parent 4b3050354f
commit c399879011
6 changed files with 98 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
body {
overflow: hidden;
}
#wrapper {
height: 100%;
}
.top-header {
background: #f4f4f7;
border-bottom: 1px solid #e8e8e8;
padding: .5rem 1rem;
flex-shrink: 0;
}
.content {
max-width: 950px;
}