mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #7107 from overleaf/ds-admin-panel-user-list
Admin Panel user list migration to react GitOrigin-RevId: cd66fa7a288ebc4cd22a3815dec9a20c6d72cc32
This commit is contained in:
parent
5b0c122f5d
commit
052ac3e6b1
2 changed files with 8 additions and 1 deletions
|
@ -128,7 +128,9 @@
|
||||||
.box-shadow(none);
|
.box-shadow(none);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.btn-form-cross {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
// Reposition the caret
|
// Reposition the caret
|
||||||
.btn .caret {
|
.btn .caret {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
|
|
|
@ -62,3 +62,8 @@
|
||||||
.label-danger {
|
.label-danger {
|
||||||
.label-variant(@label-danger-bg);
|
.label-variant(@label-danger-bg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.label-text {
|
||||||
|
color: @ol-type-color;
|
||||||
|
font-size: 100%;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue