mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-11-08 07:21:03 +08:00
CSS fixes for assigned items to task and task comment number [SCI-9104] (#6068)
This commit is contained in:
parent
d73e844012
commit
9d051556ec
4 changed files with 13 additions and 6 deletions
|
|
@ -119,10 +119,13 @@
|
|||
text-align: center;
|
||||
|
||||
a {
|
||||
align-items: center;
|
||||
background-color: inherit;
|
||||
border: 1px solid transparent;
|
||||
border-radius: $border-radius-default;
|
||||
color: inherit;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
min-height: 36px;
|
||||
min-width: 36px;
|
||||
outline: 0;
|
||||
|
|
|
|||
|
|
@ -24,6 +24,10 @@
|
|||
.assigned-repository-caret {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.assigned-repository-container {
|
||||
padding-left: 6px;
|
||||
}
|
||||
}
|
||||
|
||||
.dataTables_paginate .paginate_button {
|
||||
|
|
|
|||
|
|
@ -179,12 +179,12 @@
|
|||
}
|
||||
|
||||
.comments-counter {
|
||||
@include font-small;
|
||||
align-items: center;
|
||||
background-color: $color-concrete;
|
||||
border: 2px solid $color-white;
|
||||
border-radius: 8px;
|
||||
background: var(--sn-science-blue);
|
||||
border-radius: .5rem;
|
||||
color: $color-white;
|
||||
display: flex;
|
||||
font-size: 10px;
|
||||
height: 16px;
|
||||
justify-content: center;
|
||||
margin: 2px;
|
||||
|
|
|
|||
|
|
@ -40,13 +40,13 @@
|
|||
</div>
|
||||
<% end %>
|
||||
|
||||
<div class="flex items-center w-full justify-start">
|
||||
<div class="flex-block items-center w-full justify-start">
|
||||
<span class="sn-icon block-icon sn-icon-users mr-2.5"></span>
|
||||
<span class="hidden-xs hidden-sm"><%= t('my_modules.details.assigned_users') %></span>
|
||||
<%= render partial: "shareable_links/my_modules/user_my_modules", locals: { my_module: @my_module } %>
|
||||
</div>
|
||||
|
||||
<div class="flex items-center w-full justify-start">
|
||||
<div class="flex-block items-center w-full justify-start">
|
||||
<span class="sn-icon block-icon sn-icon-tag mr-2.5"></span>
|
||||
<span class="hidden-xs hidden-sm tags-title whitespace-nowrap"><%=t "my_modules.details.tags" %></span>
|
||||
<%= render partial: "shareable_links/my_modules/tags", locals: { my_module: @my_module } %>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue