Files
Atay-Makhzan/web_src/less/_explore.less
T

92 lines
1.4 KiB
Plaintext
Raw Normal View History

2015-08-31 18:20:23 -04:00
.explore {
2020-08-25 21:48:53 +02:00
.navbar {
justify-content: center;
margin-bottom: 15px !important;
2020-11-26 20:33:28 +01:00
background-color: var(--color-navbar) !important;
2020-08-25 21:48:53 +02:00
border-width: 1px !important;
.svg {
width: 16px;
text-align: center;
margin-right: 5px;
2019-05-13 08:26:32 +02:00
}
2020-08-25 21:48:53 +02:00
}
2015-11-16 11:11:59 -05:00
}
2015-09-01 07:04:35 -04:00
2015-11-16 11:11:59 -05:00
.ui.repository.list {
2020-08-25 21:48:53 +02:00
.item {
2020-12-20 19:00:03 +01:00
padding-bottom: 1.5rem;
2015-11-16 11:11:59 -05:00
2020-08-25 21:48:53 +02:00
&:not(:first-child) {
2020-11-13 02:31:25 +01:00
border-top: 1px solid var(--color-secondary);
2020-12-20 19:00:03 +01:00
padding-top: 1.5rem;
2020-08-25 21:48:53 +02:00
}
2015-11-16 11:11:59 -05:00
2020-08-25 21:48:53 +02:00
.ui.header {
font-size: 1.5rem;
2020-12-20 19:00:03 +01:00
margin-bottom: .5rem;
2016-01-11 20:41:43 +08:00
2020-08-25 21:48:53 +02:00
.name {
word-break: break-all;
}
2017-10-26 02:49:16 +02:00
2020-08-25 21:48:53 +02:00
.metas {
font-size: 14px;
}
}
2019-05-13 08:26:32 +02:00
2020-08-25 21:48:53 +02:00
.time {
font-size: 12px;
}
2019-05-13 08:26:32 +02:00
2020-08-25 21:48:53 +02:00
.ui.tags {
2020-12-20 19:00:03 +01:00
margin-bottom: .5rem;
2020-08-25 21:48:53 +02:00
}
}
2015-12-07 21:20:54 +01:00
}
2016-03-11 15:33:12 -05:00
2019-05-13 08:26:32 +02:00
.ui.repository.branches {
2020-08-25 21:48:53 +02:00
.info {
font-size: 12px;
color: var(--color-text-light);
2020-08-25 21:48:53 +02:00
display: flex;
white-space: pre;
.commit-message {
max-width: 72em;
overflow: hidden;
text-overflow: ellipsis;
2019-07-29 04:27:05 +02:00
}
2020-08-25 21:48:53 +02:00
}
.overflow-visible {
overflow: visible;
}
2021-10-17 12:14:32 +02:00
/* fix alignment of PR popup in branches table */
table .ui.popup {
text-align: left;
}
2017-10-26 02:49:16 +02:00
}
2016-03-11 15:33:12 -05:00
.ui.user.list {
2020-08-25 21:48:53 +02:00
.item {
padding-bottom: 25px;
2016-03-11 15:33:12 -05:00
2020-08-25 21:48:53 +02:00
&:not(:first-child) {
2020-11-13 02:31:25 +01:00
border-top: 1px solid var(--color-secondary);
2020-08-25 21:48:53 +02:00
padding-top: 25px;
}
2016-03-11 15:33:12 -05:00
2020-08-25 21:48:53 +02:00
.ui.avatar.image {
width: 40px;
height: 40px;
}
2016-03-11 15:33:12 -05:00
2020-08-25 21:48:53 +02:00
.description {
margin-top: 5px;
2016-03-11 15:33:12 -05:00
2020-08-25 21:48:53 +02:00
.svg:not(:first-child) {
margin-left: 5px;
}
}
2020-08-25 21:48:53 +02:00
}
2017-03-15 18:55:12 +00:00
}