Extend theme for site ser
This commit is contained in:
+2
-1
@@ -127,6 +127,7 @@ module.exports = {
|
||||
primary: '#006fb6',
|
||||
secondary: '#e85243',
|
||||
'primary-light': '#04A4CC',
|
||||
'primary-80': tinycolor('#006fb6').setAlpha(0.8).toRgbString(),
|
||||
},
|
||||
},
|
||||
backgroundImage: {
|
||||
@@ -148,7 +149,7 @@ module.exports = {
|
||||
},
|
||||
variants: {
|
||||
extend: {
|
||||
backgroundColor: [ 'sbw', 'sbw-hover', 'sbw-group-hover', 'snz', 'snz-hover', 'snz-group-hover', 'uch', 'uch-hover', 'uch-group-hover', 'ser', 'ser-hover', 'even', 'odd' ],
|
||||
backgroundColor: [ 'sbw', 'sbw-hover', 'sbw-group-hover', 'snz', 'snz-hover', 'snz-group-hover', 'uch', 'uch-hover', 'uch-group-hover', 'ser', 'ser-hover', 'ser-group-hover', 'even', 'odd' ],
|
||||
borderWidth: [ 'even', 'odd', 'first', 'last' ],
|
||||
textColor: [ 'sbw', 'sbw-hover', 'snz', 'snz-hover', 'uch', 'uch-hover', 'ser', 'ser-hover' ],
|
||||
borderColor: [ 'sbw','snz', 'uch', 'ser' ],
|
||||
|
||||
Reference in New Issue
Block a user