module button styling

This commit is contained in:
Burak Civan
2022-11-28 17:30:25 +03:00
parent 6d047e99e8
commit ef75f2c43e
7 changed files with 29 additions and 10 deletions

7
public/css/app.css vendored
View File

@@ -57885,5 +57885,12 @@ body{
.\32xl\:w-8{
width: 2rem;
}
.\32xl\:flex-row{
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
}