mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-25 18:20:48 +00:00
13 lines
193 B
CSS
13 lines
193 B
CSS
|
.tip-for-new-md {
|
||
|
padding: 5em 8em;
|
||
|
}
|
||
|
.big-new-md-button {
|
||
|
padding: .9em 2em 1em;
|
||
|
background: #eee;
|
||
|
border-radius: 8px;
|
||
|
margin-right: 1.5em;
|
||
|
}
|
||
|
.add-md-icon {
|
||
|
font-size: 1.2em;
|
||
|
}
|