diff --git a/src/assets/index.scss b/src/assets/index.scss index 4eff5742b79be8083fafca5febdde2ba134bf8e1..0d5c8686365012dfe4252f57942e546afa6e7cb5 100644 --- a/src/assets/index.scss +++ b/src/assets/index.scss @@ -21,4 +21,38 @@ html { -webkit-border-radius: 10px; border-radius: 10px; } +} +.mb0 { + margin-bottom: 0; +} +.mr0 { + margin-right: 0 !important; +} +.filter{ + margin-bottom: 10px; +} +.filter-item { + width: 150px; + margin-right: 10px; +} +.ml-15{ + margin-left: 15px; +} +.mr-10{ + margin-right: 10px; +} +.mb-10{ + margin-bottom: 10px; +} +.help-icon{ + cursor: pointer; +} +.width-100{ + width: 100px; +} +.width-150{ + width: 150px; +} +.width-300{ + width: 300px; } \ No newline at end of file