You've already forked random-web-tools
first commit
This commit is contained in:
27
src/assets/app.scss
Normal file
27
src/assets/app.scss
Normal file
@ -0,0 +1,27 @@
|
||||
@import "tailwindcss/base";
|
||||
@import "tailwindcss/components";
|
||||
@import "tailwindcss/utilities";
|
||||
|
||||
|
||||
/**
|
||||
* Components
|
||||
*/
|
||||
input[type=text], input[type=number], textarea {
|
||||
@apply appearance-none border leading-tight focus:outline-none;
|
||||
}
|
||||
|
||||
/**
|
||||
* Tools
|
||||
*/
|
||||
.tool-title {
|
||||
@apply font-bold;
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
|
||||
.input-group {
|
||||
@apply flex flex-col mb-3;
|
||||
}
|
||||
|
||||
.input-group > label {
|
||||
font-style: italic;
|
||||
}
|
Reference in New Issue
Block a user