@rufous/ui 0.1.29 → 0.1.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -82,9 +82,11 @@
82
82
  box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
83
83
  border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
84
84
  color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
85
- background: #a81c07;
86
- border: 1px solid #a81c07;
87
- background-color: #9b1906;
85
+ background: #a21b07;
86
+ padding-inline: 16px;
87
+ border-radius: 4px;
88
+ border: 1px solid #a21b07;
89
+ background-color: #a21b07;
88
90
  color: #fff;
89
91
  font-size: 12px;
90
92
  text-transform: uppercase;
@@ -115,6 +117,8 @@
115
117
  transition: all 0.25s ease-in-out;
116
118
  text-transform: uppercase;
117
119
  box-shadow: none;
120
+ padding: 7px 10px;
121
+ font-size: 14px;
118
122
  }
119
123
  .add-btn:hover {
120
124
  background: #a41b06;
@@ -82,9 +82,11 @@
82
82
  box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
83
83
  border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
84
84
  color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
85
- background: #a81c07;
86
- border: 1px solid #a81c07;
87
- background-color: #9b1906;
85
+ background: #a21b07;
86
+ padding-inline: 16px;
87
+ border-radius: 4px;
88
+ border: 1px solid #a21b07;
89
+ background-color: #a21b07;
88
90
  color: #fff;
89
91
  font-size: 12px;
90
92
  text-transform: uppercase;
@@ -115,6 +117,8 @@
115
117
  transition: all 0.25s ease-in-out;
116
118
  text-transform: uppercase;
117
119
  box-shadow: none;
120
+ padding: 7px 10px;
121
+ font-size: 14px;
118
122
  }
119
123
  .add-btn:hover {
120
124
  background: #a41b06;
package/dist/main.css CHANGED
@@ -82,9 +82,11 @@
82
82
  box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
83
83
  border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
84
84
  color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
85
- background: #a81c07;
86
- border: 1px solid #a81c07;
87
- background-color: #9b1906;
85
+ background: #a21b07;
86
+ padding-inline: 16px;
87
+ border-radius: 4px;
88
+ border: 1px solid #a21b07;
89
+ background-color: #a21b07;
88
90
  color: #fff;
89
91
  font-size: 12px;
90
92
  text-transform: uppercase;
@@ -115,6 +117,8 @@
115
117
  transition: all 0.25s ease-in-out;
116
118
  text-transform: uppercase;
117
119
  box-shadow: none;
120
+ padding: 7px 10px;
121
+ font-size: 14px;
118
122
  }
119
123
  .add-btn:hover {
120
124
  background: #a41b06;
package/dist/style.css CHANGED
@@ -82,9 +82,11 @@
82
82
  box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
83
83
  border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
84
84
  color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
85
- background: #a81c07;
86
- border: 1px solid #a81c07;
87
- background-color: #9b1906;
85
+ background: #a21b07;
86
+ padding-inline: 16px;
87
+ border-radius: 4px;
88
+ border: 1px solid #a21b07;
89
+ background-color: #a21b07;
88
90
  color: #fff;
89
91
  font-size: 12px;
90
92
  text-transform: uppercase;
@@ -115,6 +117,8 @@
115
117
  transition: all 0.25s ease-in-out;
116
118
  text-transform: uppercase;
117
119
  box-shadow: none;
120
+ padding: 7px 10px;
121
+ font-size: 14px;
118
122
  }
119
123
  .add-btn:hover {
120
124
  background: #a41b06;
@@ -82,9 +82,11 @@
82
82
  box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
83
83
  border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
84
84
  color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
85
- background: #a81c07;
86
- border: 1px solid #a81c07;
87
- background-color: #9b1906;
85
+ background: #a21b07;
86
+ padding-inline: 16px;
87
+ border-radius: 4px;
88
+ border: 1px solid #a21b07;
89
+ background-color: #a21b07;
88
90
  color: #fff;
89
91
  font-size: 12px;
90
92
  text-transform: uppercase;
@@ -115,6 +117,8 @@
115
117
  transition: all 0.25s ease-in-out;
116
118
  text-transform: uppercase;
117
119
  box-shadow: none;
120
+ padding: 7px 10px;
121
+ font-size: 14px;
118
122
  }
119
123
  .add-btn:hover {
120
124
  background: #a41b06;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@rufous/ui",
3
3
  "private": false,
4
- "version": "0.1.29",
4
+ "version": "0.1.30",
5
5
  "type": "module",
6
6
  "style": "./dist/style.css",
7
7
  "files": [