Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/application/project/project-card-view.css
| Show First 20 Lines • Show All 97 Lines • ▼ Show 20 Lines | .project-card-view .phui-header-header .phui-tag-view { | ||||
| display: block; | display: block; | ||||
| font-weight: normal; | font-weight: normal; | ||||
| color: {$bluetext}; | color: {$bluetext}; | ||||
| font-size: {$normalfontsize}; | font-size: {$normalfontsize}; | ||||
| font-family: {$fontfamily}; | font-family: {$fontfamily}; | ||||
| margin-top: 8px; | margin-top: 8px; | ||||
| } | } | ||||
| .project-card-view .phui-header-subheader .phui-tag-core { | |||||
| text-overflow: ellipsis; | |||||
| white-space: nowrap; | |||||
| max-width: 232px; | |||||
| overflow: hidden; | |||||
| display: inline-block; | |||||
| } | |||||
| .project-card-view .phui-header-header .phui-tag-view .phui-tag-core { | .project-card-view .phui-header-header .phui-tag-view .phui-tag-core { | ||||
| padding: 0; | padding: 0; | ||||
| } | } | ||||
| .project-card-view .phui-header-header .phui-tag-view .phui-icon-view { | .project-card-view .phui-header-header .phui-tag-view .phui-icon-view { | ||||
| margin-left: 0; | margin-left: 0; | ||||
| color: {$bluetext}; | color: {$bluetext}; | ||||
| } | } | ||||
| ▲ Show 20 Lines • Show All 90 Lines • Show Last 20 Lines | |||||