mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-28 03:06:28 +08:00
fixes hound
This commit is contained in:
parent
42f6b679f8
commit
8f783f87f7
3 changed files with 6 additions and 8 deletions
|
@ -149,7 +149,7 @@ table {
|
|||
width: 45px;
|
||||
}
|
||||
|
||||
.system_message {
|
||||
.system-message {
|
||||
background-color: $color-theme-secondary;
|
||||
border-radius: 50%;
|
||||
color: $color-wild-sand;
|
||||
|
@ -591,8 +591,6 @@ a[data-toggle="tooltip"] {
|
|||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.assignment {
|
||||
background-color: $color-theme-primary;
|
||||
border-radius: 50%;
|
||||
|
@ -601,11 +599,11 @@ a[data-toggle="tooltip"] {
|
|||
margin-left: 20px;
|
||||
margin-right: 15px;
|
||||
padding: 7px;
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
padding-top: 5px;
|
||||
}
|
||||
|
||||
.system_message {
|
||||
.system-message {
|
||||
background-color: $color-theme-secondary;
|
||||
border-radius: 50%;
|
||||
color: $color-wild-sand;
|
||||
|
@ -613,8 +611,8 @@ a[data-toggle="tooltip"] {
|
|||
margin-left: 20px;
|
||||
margin-right: 15px;
|
||||
padding: 8px;
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
padding-top: 5px;
|
||||
}
|
||||
|
||||
.img-circle {
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
<% end %>
|
||||
<% if notification.type_of == 'system_message' %>
|
||||
<div class="text-center">
|
||||
<span class="system_message"><i class="glyphicon glyphicon-tower" aria-hidden="true"></i></span>
|
||||
<span class="system-message"><i class="glyphicon glyphicon-tower" aria-hidden="true"></i></span>
|
||||
</div>
|
||||
<% end %>
|
||||
</div>
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
<%= f.label t('notifications.form.recent_notification') %> <br>
|
||||
<span class="assignment hidden-sm"><%= fa_icon 'newspaper-o' %></span>
|
||||
<%= f.label t('notifications.form.assignments') %> <br>
|
||||
<span class="system_message hidden-sm"><i class="glyphicon glyphicon-tower" aria-hidden="true"></i></span>
|
||||
<span class="system-message hidden-sm"><i class="glyphicon glyphicon-tower" aria-hidden="true"></i></span>
|
||||
<%= f.label t('notifications.form.system_message') %>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue