@@ -1,3 +1,4 @@
-<div class="flex fullscreenMessage">
- <div class="error icon"></div><h2><%- @T('Status Code') %>: <%= @status %>. <%= @detail %></h2>
+<div class="fullscreenMessage">
+ <svg class="icon icon-diagonal-cross"><use xlink:href="#icon-diagonal-cross" /></svg>
+ <h2><%- @T('Status Code') %>: <%= @status %>. <%= @detail %></h2>
</div>
<div class="flex fullscreenMessage">
- <div class="error icon"></div><h2><%- @T('Opps.. I\'m sorry, but I can\'t find this %s.', @objectName ) %></h2>
+ <h2><%- @T('Opps.. I\'m sorry, but I can\'t find this %s.', @objectName ) %></h2>
- <div class="error icon"></div><h2><%- @T('Opps.. I\'m sorry, but you have insufficient rights to open this %s.', @objectName ) %></h2>
+ <h2><%- @T('Opps.. I\'m sorry, but you have insufficient rights to open this %s.', @objectName ) %></h2>
@@ -1,4 +1,4 @@
<svg class="icon icon-diagonal-cross"><use xlink:href="#icon-diagonal-cross" /></svg>
<h2><%- @T('Status Code') %>: 1234. Check your internet connection...</h2>
- <div class="error icon"></div><h2>Opps.. I'm sorry, but you have insufficient rights to open this ticket.</h2>
+ <h2>Opps.. I'm sorry, but you have insufficient rights to open this ticket.</h2>
@@ -867,9 +867,10 @@ textarea,
display: flex;
align-items: center;
justify-content: center;
+ flex: 1;
.icon {
- margin: -5px 14px 0 0;
+ margin-right: 14px;
fill: #F35910;
}