2019-03-29 05:40:24 +00:00
|
|
|
.tip-for-new-file {
|
2018-12-19 03:41:45 +00:00
|
|
|
padding: 5em 8em;
|
2019-01-04 09:15:15 +00:00
|
|
|
align-self: flex-start; /* for repo wiki mode */
|
2018-12-19 03:41:45 +00:00
|
|
|
}
|
2019-03-29 05:40:24 +00:00
|
|
|
.big-new-file-button {
|
2018-12-19 03:41:45 +00:00
|
|
|
padding: .9em 2em 1em;
|
|
|
|
border-radius: 8px;
|
2019-03-29 05:40:24 +00:00
|
|
|
margin: 0 1.5em 1.5em 0;
|
2018-12-21 04:28:06 +00:00
|
|
|
cursor: pointer;
|
2019-03-29 05:40:24 +00:00
|
|
|
width: 160px;
|
2018-12-21 04:28:06 +00:00
|
|
|
}
|
2019-03-29 05:40:24 +00:00
|
|
|
.big-new-file-button:hover,
|
|
|
|
.big-new-file-button:focus {
|
|
|
|
border-color: #eb9205;
|
|
|
|
color: #eb8205;
|
2018-12-19 03:41:45 +00:00
|
|
|
}
|
2019-03-29 05:40:24 +00:00
|
|
|
.tip-for-new-file p {
|
|
|
|
color: #c4c4c4;
|
2018-12-19 03:41:45 +00:00
|
|
|
}
|
2019-03-29 05:40:24 +00:00
|
|
|
.big-new-file-button-group {
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|