client/src/scss/components/_CreateGroup.scss
author ymh <ymh.work@gmail.com>
Thu, 29 Jul 2021 19:04:01 +0200
changeset 209 a01e6a4dc9d2
parent 191 3f71ad81a5a9
permissions -rw-r--r--
Add changes for deployments
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
154
a28361bda28c Adapt all css classes with Bootstrap 4 Utilities
salimr <riwad.salim@yahoo.fr>
parents:
diff changeset
     1
div.card-header.bg-primary.w-50 {
a28361bda28c Adapt all css classes with Bootstrap 4 Utilities
salimr <riwad.salim@yahoo.fr>
parents:
diff changeset
     2
    border-radius: 0% 0% 3% 3%;
a28361bda28c Adapt all css classes with Bootstrap 4 Utilities
salimr <riwad.salim@yahoo.fr>
parents:
diff changeset
     3
}
a28361bda28c Adapt all css classes with Bootstrap 4 Utilities
salimr <riwad.salim@yahoo.fr>
parents:
diff changeset
     4
a28361bda28c Adapt all css classes with Bootstrap 4 Utilities
salimr <riwad.salim@yahoo.fr>
parents:
diff changeset
     5
#session-button:hover{
a28361bda28c Adapt all css classes with Bootstrap 4 Utilities
salimr <riwad.salim@yahoo.fr>
parents:
diff changeset
     6
    font-weight: bolder;
a28361bda28c Adapt all css classes with Bootstrap 4 Utilities
salimr <riwad.salim@yahoo.fr>
parents:
diff changeset
     7
}