1
0
Fork 0
forked from forgejo/forgejo

Clean less files (#6921)

This commit is contained in:
Xaver Maierhofer 2019-05-13 08:26:32 +02:00 committed by zeripath
parent 0b785481d7
commit 6fb58a8cdc
17 changed files with 1545 additions and 1159 deletions

View file

@ -9,12 +9,12 @@
background-color: #FAFAFA !important;
border-width: 1px !important;
.octicon {
width: 16px;
text-align: center;
margin-right: 5px;
}
}
.octicon {
width: 16px;
text-align: center;
margin-right: 5px;
}
}
}
.ui.repository.list {
@ -38,23 +38,26 @@
color: #888;
font-size: 14px;
font-weight: normal;
span:not(:last-child) {
margin-right: 5px;
}
}
}
.time {
font-size: 12px;
color: #808080;
}
.ui.tags {
margin-bottom: 1em;
}
}
}
.ui.repository.branches {
.time{
.ui.repository.branches {
.time {
font-size: 12px;
color: #808080;
}
@ -83,6 +86,7 @@
a {
color: #333;
&:hover {
text-decoration: underline;
}