/*
* Tencent is pleased to support the open source community by making WeUI available.
*
* Copyright (C) 2017 THL A29 Limited, a Tencent company. All rights reserved.
*
* Licensed under the MIT License (the "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
*       http://opensource.org/licenses/MIT
*
* Unless required by applicable law or agreed to in writing, software distributed under the License is
* distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
* either express or implied. See the License for the specific language governing permissions and
* limitations under the License.
*/

@import "weui-font";
@import "../base/fn";

.weui-icon:before {
  margin: 0;
}
.weui-icon-success {
  font-size: 23px;
  color: @weuiColorPrimary;
}
.weui-icon-waiting {
  font-size: 23px;
  color: @weuiColorInfo;
}
.weui-icon-warn {
  font-size: 23px;
  color: @weuiColorWarn; // #F43530;
}
.weui-icon-info {
  font-size: 23px;
  color: @weuiColorInfo;
}

.weui-icon-success-circle,
.weui-icon-success_circle {
  font-size: 23px;
  color: @weuiColorPrimary;
}
.weui-icon-success-no-circle,
.weui-icon-success_no_circle {
  font-size: 23px;
  color: @weuiColorPrimary;
}
.weui-icon-waiting-circle,
.weui-icon-waiting_circle {
  font-size: 23px;
  color: @weuiColorInfo;
}
.weui-icon-circle {
  font-size: 23px;
  color: #C9C9C9;
}
.weui-icon-download {
  font-size: 23px;
  color: @weuiColorPrimary;
}

.weui-icon-info-circle,
.weui-icon-info_circle {
  font-size: 23px;
  color: @weuiColorPrimary;
}

.weui-icon-safe-success,
.weui-icon-safe_success {
  color: @weuiColorPrimary;
}
.weui-icon-safe-warn,
.weui-icon-safe_warn {
  color: @weuiColorSafeWarn;
}

.weui-icon-cancel {
  color: @weuiColorWarn; // #F43530;
  font-size: 22px;
}

.weui-icon-search {
  color: #B2B2B2;
  font-size: 14px;
}

.weui-icon-clear {
  color: #B2B2B2;
  font-size: 14px;
}

.weui-icon-delete {
  &.weui-icon_gallery-delete{
    color:#FFFFFF;
    font-size:22px;
  }
}

.weui-icon_msg {
  font-size: 93px;
  &.weui-icon-warn {
    color: #F76260;
  }
}
.weui-icon_msg-primary {
  font-size: 93px;
  &.weui-icon-warn {
    color: @weuiColorSafeWarn;
  }
}
