@prefix: radio-group-editor;

#deyePageEditor, body {
  .@{prefix} {
    &- {
      &root {

      }

      &flex-mode {
        display: flex;
        width: 100%;

        > * {
          flex: 1;
          text-align: center;
        }
      }

      &button {
        font-size: 12px;
        //height: 28px;
        //line-height: 26px;
      }
    }
  }

}
