X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=src%2Fapp%2Fusers%2Fproject-role%2FProjectRoleComponent.scss;h=c80a77604ca910bb247e573f795a8b02afb0955c;hb=c0b4cf727682959b61d6b37ee607fc7c36406d6f;hp=031e56e1b76b3fb3a6951602b71731842785c896;hpb=bc7c077fc0fe3521e2b2d63138f8a41884bf90d1;p=osm%2FNG-UI.git diff --git a/src/app/users/project-role/ProjectRoleComponent.scss b/src/app/users/project-role/ProjectRoleComponent.scss index 031e56e..c80a776 100644 --- a/src/app/users/project-role/ProjectRoleComponent.scss +++ b/src/app/users/project-role/ProjectRoleComponent.scss @@ -14,4 +14,24 @@ limitations under the License. Author: KUMARAN M (kumaran.m@tataelxsi.co.in), RAJESH S (rajesh.s@tataelxsi.co.in), BARATH KUMAR R (barath.r@tataelxsi.co.in) -*/ \ No newline at end of file +*/ +.card{ + border-radius: 15px; + width: auto; + height: auto; + margin-bottom: 5px; +} + +.card-body{ + flex: 1 1 auto; + min-height: 1px; + padding: 5px; +} + +.form-group{ + margin-bottom: 1px; +} + +.col-sm-1{ + bottom: 10px; +} \ No newline at end of file