Commented main.css
This commit is contained in:
parent
37b0807cde
commit
2e05867c74
1 changed files with 5 additions and 3 deletions
|
@ -14,23 +14,25 @@
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
/* Styling für Handy */
|
||||||
@import url(normalize.css);
|
@import url(normalize.css);
|
||||||
|
/* Popupbox stylen */
|
||||||
.message {
|
.message {
|
||||||
max-width: 30em;
|
max-width: 30em;
|
||||||
margin: 0 auto 15px;
|
margin: 0 auto 15px;
|
||||||
padding: 4px 12px;
|
padding: 4px 12px;
|
||||||
}
|
}
|
||||||
|
/* Aussehen im Erfolgsfall */
|
||||||
.message.error {
|
.message.error {
|
||||||
background-color: #ffdddd;
|
background-color: #ffdddd;
|
||||||
border-left: 6px solid #f44336;
|
border-left: 6px solid #f44336;
|
||||||
}
|
}
|
||||||
|
/* Aussehen im Fehlerfall */
|
||||||
.message.sucsses {
|
.message.sucsses {
|
||||||
background-color: #ddffdd;
|
background-color: #ddffdd;
|
||||||
border-left: 6px solid #4CAF50;
|
border-left: 6px solid #4CAF50;
|
||||||
}
|
}
|
||||||
|
/* Position der Box */
|
||||||
.modal {
|
.modal {
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
|
Loading…
Reference in a new issue