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:
15
frontend/src/css/tc-accept.css
Normal file
15
frontend/src/css/tc-accept.css
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user