1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-26 02:30:02 +00:00
seahub/frontend/src/css/tip-for-new-md.css

18 lines
290 B
CSS
Raw Normal View History

.tip-for-new-md {
padding: 5em 8em;
}
.big-new-md-button {
padding: .9em 2em 1em;
background: #eee;
border-radius: 8px;
margin-right: 1.5em;
cursor: pointer;
}
.big-new-md-button:hover,
.big-new-md-button:focus {
background: #dfdfdf;
}
.add-md-icon {
font-size: 1.2em;
}