2023-04-20 14:28:26 +05:30
|
|
|
.repository .head .ui.header .text,
|
|
|
|
.organization .head .ui.header .text {
|
|
|
|
vertical-align: middle;
|
|
|
|
font-size: 1.6rem;
|
|
|
|
margin-left: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repository .ui.secondary.stackable.pointing.menu,
|
|
|
|
.organization .ui.secondary.stackable.pointing.menu {
|
|
|
|
flex-wrap: wrap;
|
|
|
|
margin-top: 5px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repository .ui.tabs.container,
|
|
|
|
.organization .ui.tabs.container {
|
|
|
|
margin-top: 14px;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2023-04-26 21:29:08 +05:30
|
|
|
|
|
|
|
.repository .head .ui.header .org-visibility .label,
|
|
|
|
.organization .head .ui.header .org-visibility .label {
|
|
|
|
margin-left: 5px;
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|