diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-08-26 16:10:42 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-08-26 16:10:42 -0400 |
| commit | 0e03cb3c4065e002be50d37e80ddfab1407c8e6b (patch) | |
| tree | 56b79c22ff352ba892ee07801cf0a22b269c7429 /public/assets/stylesheets | |
| parent | e350f13c3772d0f1f4053ce3c1a1dbc43713e4d0 (diff) | |
popup notice to start a project
Diffstat (limited to 'public/assets/stylesheets')
| -rwxr-xr-x | public/assets/stylesheets/app.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index 2fef578..3caa063 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -2352,6 +2352,12 @@ input[type="range"]::-webkit-slider-thumb { transition: -webkit-transform 0.2s ease-in-out; width: 210px; } +#blueprintNotice.settings { + width: 230px; +} +#blueprintNotice a { + border-bottom: 1px solid; +} #textEditor.settings { width: 320px; } |
