﻿@import "../assets/css/theme.css";
@import url('https://unicons.iconscout.com/release/v4.0.0/css/line.css');

.dropdown-indicator-icon {
    height: 0.7rem;
    width: 0.9rem;
}
.new-page-indicator {
    width: 0.375rem;
    height: 0.375rem;
}

.search-box-icon {
    width: 0.8rem;
}

.app-icon > img{
    width:60px;
    height:60px;
}
.user-select-none {
    -webkit-user-select: none; /* Chrome, Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE/Edge 구버전 */
    user-select: none; /* 표준 */
}