File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed
app/code/Magento/PageBuilder/view/frontend/web/css/source/content-type/tabs Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change 3
3
// * See COPYING.txt for license details.
4
4
// */
5
5
6
- @f6 : #f6f6f6 ;
7
- @ccc : #ccc ;
8
- @color-black : #000 ;
9
- @color-white : #fff ;
10
-
11
6
//
12
7
// Default appearance styles
13
8
// _____________________________________________
@@ -24,8 +19,8 @@ div[data-role='tabs'] {
24
19
}
25
20
26
21
li .tab-header {
27
- background : @f6 ;
28
- border : 1px solid @ccc ;
22
+ background : @color-gray-light0 ;
23
+ border : 1px solid @color-gray80 ;
29
24
border-bottom : 0 ;
30
25
border-bottom-left-radius : 0 !important ;
31
26
border-bottom-right-radius : 0 !important ;
@@ -61,7 +56,7 @@ div[data-role='tabs'] {
61
56
}
62
57
63
58
& :last-child {
64
- border-right : 1px solid @ccc ;
59
+ border-right : 1px solid @color-gray80 ;
65
60
}
66
61
67
62
& .ui-state-active {
@@ -77,7 +72,7 @@ div[data-role='tabs'] {
77
72
}
78
73
79
74
.tabs-content {
80
- border : 1px solid @ccc ;
75
+ border : 1px solid @color-gray80 ;
81
76
overflow : hidden ;
82
77
position : relative ;
83
78
z-index : 9 ;
You can’t perform that action at this time.
0 commit comments