CI: Migrate Sonar Scan job to GHA
[portal/nonrtric-controlpanel.git] / webapp-frontend / src / app / ei-coordinator / ei-coordinator.component.scss
index 8e873ec..31a6b18 100644 (file)
  * limitations under the License.
  * ========================LICENSE_END===================================
  */
-
-.spinner-container {
-  height: 100px;
-  width: 100px;
-}
-
-.spinner-container mat-spinner {
-  margin: 0 auto 0 auto;
-}
-
-.ei-coordinator-table {
-  width: 100%;
-  min-height: 150px;
-  margin-top: 10px;
-  margin-bottom: 10px;
-  background-color: transparent;
+.display-none {
+  display: none;
 }
 
-.action-cell {
+.refresh-button {
   display: flex;
-  justify-content: flex-end;
-}
-
-.display-none {
-  display: none;
+  justify-content: space-between;
+  flex-wrap: wrap;
 }
\ No newline at end of file