mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Commit realizando cambios en los roles de los usuarios
This commit is contained in:
20
httpdocs/themes/focus2/scss/components/ui/_ui-grid.scss
Normal file
20
httpdocs/themes/focus2/scss/components/ui/_ui-grid.scss
Normal file
@ -0,0 +1,20 @@
|
||||
.grid-col {
|
||||
padding: 1rem !important;
|
||||
background:rgba(255,255,255,0.8);
|
||||
// box-shadow: 2px 3px 10px 0px rgba(119, 119, 119, 0.1);
|
||||
|
||||
|
||||
}
|
||||
|
||||
.row.grid {
|
||||
margin-bottom: 1.5rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.row.grid .grid-col:first-child{
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user