mirror of
https://github.com/Gioni06/terminal.css
synced 2025-03-09 17:19:04 -04:00
format css
This commit is contained in:
parent
c26b7727aa
commit
6caeea4512
@ -265,7 +265,7 @@ img {
|
||||
}
|
||||
|
||||
.progress-bar-filled:after {
|
||||
color: var(--progress-bar-fill);;
|
||||
color: var(--progress-bar-fill);
|
||||
content: attr(data-filled);
|
||||
display: block;
|
||||
font-size: 12px;
|
||||
@ -292,6 +292,7 @@ table {
|
||||
color: var(--font-color);
|
||||
font-size: var(--global-font-size);
|
||||
}
|
||||
|
||||
table tfoot tr th {
|
||||
font-weight: 500;
|
||||
}
|
||||
@ -329,7 +330,7 @@ fieldset {
|
||||
|
||||
label {
|
||||
font-size: 1em;
|
||||
color: var(--font-color)
|
||||
color: var(--font-color);
|
||||
}
|
||||
|
||||
input[type="email"], input[type="text"], input[type="number"], input[type="password"], input[type="search"] {
|
||||
@ -355,13 +356,11 @@ input[type="number"]:not(:placeholder-shown):invalid {
|
||||
border-color: var(--primary-color);
|
||||
}
|
||||
|
||||
|
||||
.form-group {
|
||||
margin-bottom: var(--global-line-height);
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
|
||||
textarea {
|
||||
height: auto;
|
||||
width: 100%;
|
||||
@ -383,8 +382,6 @@ textarea:not(:placeholder-shown):invalid {
|
||||
border-color: var(--primary-color);
|
||||
}
|
||||
|
||||
|
||||
|
||||
.btn {
|
||||
display: -ms-inline-flexbox;
|
||||
display: inline-flex;
|
||||
@ -402,7 +399,7 @@ textarea:not(:placeholder-shown):invalid {
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
position: relative;
|
||||
z-index: 1
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.btn:active {
|
||||
|
Loading…
x
Reference in New Issue
Block a user