1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-26 15:26:19 +00:00
Files
seahub/frontend/src/css/repo-snapshot.css

48 lines
652 B
CSS
Raw Normal View History

2019-06-15 15:11:35 +08:00
body {
overflow: hidden;
}
2019-06-15 15:11:35 +08:00
#wrapper {
height: 100%;
}
2019-06-15 15:11:35 +08:00
.top-header {
background-color: #f8fafd;
border-bottom: 1px solid #eee;
2019-06-15 15:11:35 +08:00
padding: .5rem 1rem;
flex-shrink: 0;
}
2019-06-15 15:11:35 +08:00
.go-back {
color: #c0c0c0;
font-size: 1.75rem;
position: absolute;
left: -40px;
top: -5px;
}
.go-back .sf3-font-down {
font-size: 1.75rem !important;
}
2019-06-15 15:11:35 +08:00
.op-bar {
padding: 9px 10px;
background: #f2f2f2;
border-radius: 2px;
}
2019-06-15 15:11:35 +08:00
.op-bar-btn {
border-color: #ccc;
border-radius: 2px;
height: 30px;
line-height: 28px;
font-weight: normal;
padding: 0 0.5rem;
min-width: 55px;
}
2019-06-15 15:11:35 +08:00
.heading-commit-time {
font-weight: normal;
font-size: 60%;
}