mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
Shorter comments
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/*! Shoelace alerts */
|
||||
/*! Alerts */
|
||||
|
||||
.alert {
|
||||
color: var(--alert-color);
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/*! Shoelace badges */
|
||||
/*! Badges */
|
||||
|
||||
.badge {
|
||||
font-size: var(--badge-font-size);
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/*! Shoelace buttons */
|
||||
/*! Buttons */
|
||||
|
||||
button,
|
||||
.button {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/*! Shoelace content */
|
||||
/*! Content */
|
||||
|
||||
/* Box sizing reset */
|
||||
html {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/*! Shoelace forms */
|
||||
/*! Forms */
|
||||
|
||||
fieldset {
|
||||
border: solid var(--fieldset-border-width) var(--fieldset-border-color);
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/*! Shoelace loaders */
|
||||
/*! Loaders */
|
||||
|
||||
@keyframes loader {
|
||||
0% { transform: rotate(0deg); }
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/*! Shoelace tables */
|
||||
/*! Tables */
|
||||
|
||||
.table {
|
||||
width: 100%;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/*! Shoelace tabs */
|
||||
/*! Tabs */
|
||||
|
||||
.tabs {
|
||||
width: 100%;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/*! Shoelace utilties */
|
||||
/*! Utilties */
|
||||
|
||||
/***************************************************************************************************
|
||||
* Float utilities
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/*! Shoelace variables */
|
||||
/*! Variables */
|
||||
|
||||
:root {
|
||||
/* Fonts */
|
||||
|
||||
Reference in New Issue
Block a user