feat(14): styled static selection screen

This commit is contained in:
efim
2023-07-01 05:54:34 +00:00
parent de431a4bc0
commit bed0387575
3 changed files with 72 additions and 19 deletions

View File

@@ -8,8 +8,8 @@ module.exports = {
'scissors-bright': 'hsl(40, 84%, 53%)',
'paper-dark': 'hsl(230, 89%, 62%)',
'paper-bright': 'hsl(230, 89%, 65%)',
'rock-from': 'hsl(349, 71%, 52%)',
'rock-to': 'hsl(349, 70%, 56%)',
'rock-dark': 'hsl(349, 71%, 52%)',
'rock-bright': 'hsl(349, 70%, 56%)',
'cyan-from': 'hsl(189, 59%, 53%)',
'cyan-to': 'hsl(189, 58%, 57%)',
'dark-text': 'hsl(229, 25%, 31%)',
@@ -30,7 +30,7 @@ module.exports = {
'triangle-pattern': "url('images/bg-triangle.svg')",
},
backgroundSize: {
'50%': '50%',
'60%': '60%',
},
},
},