대시보드
저장소
filestore
액티비티
검색
로그인
~jhpark
/
owl-kisa
OWL ITS + 탐지시스템(인터넷 진흥원)
요약
커밋
트리
문서
포크
비교
blame
|
히스토리
|
raw
- 사용자정의필드 '필수데이터' UI 변경 - 이슈 목록에서 컬럼명 마우스 오버시 툴팁 나오도록 수정(tableConfig에 툴팁 설정)
이민희
2021-12-22
43e894fc3c8d5c9b80883985a125705a59aaf00e
[~jhpark/owl-kisa.git]
/
src
/
main
/
webapp
/
custom_components
/
bootstrap
/
scss
/
mixins
/
_float.scss
1
2
3
4
5
6
7
8
9
10
11
// stylelint-disable declaration-no-important
@mixin float-left {
float: left !important;
}
@mixin float-right {
float: right !important;
}
@mixin float-none {
float: none !important;
}