Skip to content

Commit 504e50e

Browse files
committed
wip : color refactoring [skip ci]
1 parent 4ad36ec commit 504e50e

File tree

6 files changed

+26
-66
lines changed

6 files changed

+26
-66
lines changed

public/css/app.css

Lines changed: 18 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/css/app.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/assets/less/_components.buttons.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ a.btn {
8080

8181
.btn-primary.btn-loading:disabled {
8282
color: #fff;
83-
background-color: #9b68de;
84-
border-color: #9b68de;
83+
background-color: #92B3D1;
84+
border-color: #92B3D1;
8585
opacity: .5
8686
}
8787

resources/assets/less/_settings.colors.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Brand Colors
2-
@brand-primary: #2E4172;
2+
@brand-primary: #3B6993;
33
@brand-white: #FFF;
44

55
// Grays

resources/assets/less/app.less

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -21,24 +21,3 @@
2121
@import '_helpers.misc.less';
2222
@import '_helpers.spacing.less';
2323
@import '_helpers.typography.less';
24-
25-
.jobDetailsText {
26-
overflow-wrap: break-word;
27-
word-wrap: break-word;
28-
-ms-word-break: break-all;
29-
word-break: break-all;
30-
word-break: break-word;
31-
-ms-hyphens: auto;
32-
-moz-hyphens: auto;
33-
-webkit-hyphens: auto;
34-
hyphens: auto;
35-
overflow-y: scroll;
36-
max-height: 400px;
37-
38-
span, pre{
39-
margin-bottom: 5px;
40-
display:block;
41-
background: #efefef;
42-
padding: 1px 3px;
43-
}
44-
}

resources/views/tasks/view.blade.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
@section('main-panel-content')
1515
<div class="pa2">
1616
<div class="frame ">
17-
<div class="blk2 ft15 lh2 basic-text tar">
17+
<div class="blk2 ft15 lh2 tcg9 tar">
1818
Description<br>
1919
Command<br>
2020
Type<br>
21-
Created At<br>
22-
Updated At<br>
23-
Notification Email
21+
Created @<br>
22+
Updated @<br>
23+
Notify @
2424
</div>
2525
<div class="blk9 ft15 lh2 basic-text">
2626
{{$task->description}}<br>

0 commit comments

Comments
 (0)