mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-14 03:13:18 +00:00
Restructure Sass files and folders for proper application Sass development
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
|
||||
<div ng-controller="AppCtrl">
|
||||
|
||||
<md-content>
|
||||
|
||||
<md-card>
|
||||
<img src="img/washedout.png" alt="Washed Out">
|
||||
<md-card-content>
|
||||
<h2>Paracosm</h2>
|
||||
<p>
|
||||
The titles of Washed Out's breakthrough song and the first single from Paracosm share the
|
||||
two most important words in Ernest Greene's musical language: feel it. It's a simple request, as well...
|
||||
</p>
|
||||
</md-card-content>
|
||||
</md-card>
|
||||
|
||||
<md-card>
|
||||
<img src="img/washedout.png" alt="Washed Out">
|
||||
<md-card-content>
|
||||
<h2>Paracosm</h2>
|
||||
<p>
|
||||
The titles of Washed Out's breakthrough song and the first single from Paracosm share the
|
||||
two most important words in Ernest Greene's musical language: feel it. It's a simple request, as well...
|
||||
</p>
|
||||
</md-card-content>
|
||||
</md-card>
|
||||
|
||||
<md-card>
|
||||
<img src="img/washedout.png" alt="Washed Out">
|
||||
<md-card-content>
|
||||
<h2>Paracosm</h2>
|
||||
<p>
|
||||
The titles of Washed Out's breakthrough song and the first single from Paracosm share the
|
||||
two most important words in Ernest Greene's musical language: feel it. It's a simple request, as well...
|
||||
</p>
|
||||
</md-card-content>
|
||||
</md-card>
|
||||
|
||||
|
||||
</md-content>
|
||||
</div>
|
||||
@@ -0,0 +1,6 @@
|
||||
|
||||
angular.module('cardDemo1', ['ngMaterial'])
|
||||
|
||||
.controller('AppCtrl', function($scope) {
|
||||
|
||||
});
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
md-card {
|
||||
min-height: 150px;
|
||||
}
|
||||
Reference in New Issue
Block a user