Logo
Explore Help
Register Sign In
yujunjun/datahub
2
0
Fork 0
You've already forked datahub
mirror of https://github.com/datahub-project/datahub.git synced 2025-08-02 14:28:18 +00:00
Code Issues Packages Projects Releases Wiki Activity
datahub/wherehows-web/app/styles/components/nacho/_nacho-container.scss

14 lines
356 B
SCSS
Raw Normal View History

refactors login flow. adds profile avatar. updates dependencies refactors comments feature: initial get comments and create comment updates tsconfig to support es2017 object prototype methods: values, entries, creates user-avatar component, adds styles, converts constants files to ts updates comment editor. updates styling. adds auto focus on click adds comment deletion adds confirmation dialog for comment deletion adds string union generic constraint type. adds comment stream header. adds comment update feature. adds style modifications and additions for comment components. refactors actions for comments using strategy pattern to allow for abstraction. adds dataset-constants constants module
2017-09-10 19:31:54 -07:00
/// Proxy for AD container styles
.nacho-container {
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
background-color: set-color(white, base);
background-clip: padding-box;
border-radius: 2px;
padding: item-spacing(4);
transition: box-shadow 83ms;
&--with-shadow {
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 3px rgba(0, 0, 0, 0.2);
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.5 Page: 585ms Template: 55ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API