【问题标题】:How to get a check circle icon with a white background color in Angular Material? [closed]如何在Angular Material中获得具有白色背景颜色的复选圆圈图标? [关闭]
【发布时间】:2021-09-21 12:46:41
【问题描述】:

这是我当前拥有的圈子,带有代码

   <div fxLayout="row" fxLayoutAlign="space-between">
          <div fxLayout="column" fxFlex="0 0 10%">
            <mat-icon aria-hidden="false" style="color:#4CAF50">check_circle</mat-icon>
          </div>
          <div fxLayout="column" fxFlex="0 0 100%">
              <span class="verify-email2">8 characters mininum</span>
          </div>
      </div>

我想要实现的是下面的白色背景图片

【问题讨论】:

    标签: css angular sass angular-material


    【解决方案1】:

    尝试使用 check_circle_outline 代替 check_circle

    【讨论】:

    • 我们如何调整垫子图标的大小?
    • 先生,我们如何将文本与图标对齐? imgur.com/a/G27B5wJ
      check_circle_outline
      最少8个字符
    • @JhonCaylog 请为此发布一个新问题
    • 我不能再发帖了兄弟。你能帮我吗?
    猜你喜欢
    • 2017-01-06
    • 1970-01-01
    • 2019-10-16
    • 2019-02-12
    • 1970-01-01
    • 2020-12-06
    • 1970-01-01
    • 2022-06-16
    • 1970-01-01
    相关资源
    最近更新 更多