feat: initial styling of control

This commit is contained in:
efim
2023-07-01 04:58:37 +00:00
parent 6aa5c25a5e
commit 364d8a737a
4 changed files with 365 additions and 10 deletions

View File

@@ -6,8 +6,8 @@ module.exports = {
colors: {
'scissors-from': 'hsl(39, 89%, 49%)',
'scissors-to': 'hsl(40, 84%, 53%)',
'paper-from': 'hsl(230, 89%, 62%)',
'paper-to': 'hsl(230, 89%, 65%)',
'paper-darker': 'hsl(230, 89%, 62%)',
'paper-brighter': 'hsl(230, 89%, 65%)',
'rock-from': 'hsl(349, 71%, 52%)',
'rock-to': 'hsl(349, 70%, 56%)',
'cyan-from': 'hsl(189, 59%, 53%)',
@@ -15,8 +15,8 @@ module.exports = {
'dark-text': 'hsl(229, 25%, 31%)',
'score-text': 'hsl(229, 64%, 46%)',
'header-outline': 'hsl(217, 16%, 45%)',
'radial-gradient-bottom': 'hsl(214, 47%, 23%)',
'radial-gradient-top': 'hsl(237, 49%, 15%)',
'radial-gradient-top': 'hsl(214, 47%, 23%)',
'radial-gradient-bottom': 'hsl(237, 49%, 15%)',
},
fontFamily: {
'sans': ['Barlow Semi Condensed', 'sans-serif'], // This will set Roboto as the default sans font
@@ -24,7 +24,14 @@ module.exports = {
fontWeight: {
'normal': 400,
'bold': 700,
}
},
backgroundImage: {
// this is still from the output.css hmmm.
'triangle-pattern': "url('images/bg-triangle.svg')",
},
backgroundSize: {
'50%': '50%',
},
},
},
plugins: [],