sforkowany z mirror/soapbox
some styles for simpleform imputs
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>next
rodzic
79d313c4a8
commit
48dd07ef44
|
@ -338,6 +338,7 @@ code {
|
||||||
input[type=password],
|
input[type=password],
|
||||||
textarea,
|
textarea,
|
||||||
.rfipbtn {
|
.rfipbtn {
|
||||||
|
@apply border border-gray-300 dark:border-gray-600 bg-white dark:bg-slate-800 text-black dark:text-white;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
color: var(--primary-text-color);
|
color: var(--primary-text-color);
|
||||||
|
@ -643,6 +644,7 @@ code {
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-button {
|
.icon-button {
|
||||||
|
@apply text-black dark:text-white;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
@ -651,7 +653,6 @@ code {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
color: var(--primary-text-color);
|
|
||||||
|
|
||||||
.svg-icon {
|
.svg-icon {
|
||||||
height: 20px;
|
height: 20px;
|
||||||
|
|
Ładowanie…
Reference in New Issue